[cfe-users] Clang prebuilt binary for CentOS 7

2017-03-23 Thread Alex Chen via cfe-users
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

Re: [cfe-users] complie clang with clang

2017-03-23 Thread Masaru Tsuchiyama via cfe-users
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