Hi,
The latest clang prebuilt binary for CentOS is 3.8.0 for CentOS 6. Is there
any plan to provide clang 4.0.0 for CentOS 7?
Thanks
Alex Chen
___
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/list
Hi.
Thank you for the reply.
I was able to show the command lines with your method.
Best Regards.
Masaru
Hans Wennborg wrote:
I think this should do it:
$ CXX=clang++ CC=clang cmake -G "Unix Makefiles" ../llvm
$ VERBOSE=1 make -j8
On Wed, Mar 22, 2017 at 5:19 AM, Masaru Tsuchiyama via cfe-u