Hi.
I'm trying to complie clang with clang.
Then I found the site.
http://stackoverflow.com/questions/12479458/how-to-build-clang-with-clang
I want to know whether clang is surely used when compiling clang.
I want it to display command line of clang compilation.
Is there any method to show the
> 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