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
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-users
wrote:
> Hi.
>
> Thank you for the replay.
>
> I could show the command lines with the following steps.
>
> $ CXX=clang++ CC=c
Hi.
Thank you for the replay.
I could show the command lines with the following steps.
$ CXX=clang++ CC=clang cmake -G Ninja ../llvm
$ ninja-build -v
But I want to do this with make.
Could you tell me how?
Rest Regards.
Duncan P. N. Exon Smith wrote:
On 2017-Mar-21, at 06:51, Masaru Tsu
> On 2017-Mar-21, at 06:51, Masaru Tsuchiyama via cfe-users
> wrote:
>
> Hi.
>
> I'm trying to complie clang with clang.
This should be fairly well documented. Try these:
http://clang.llvm.org/get_started.html
http://llvm.org/docs/CMake.html
http://llvm.org/docs/AdvancedBuilds.html
It