Displaying 2 results from an estimated 2 matches for "llvmcxx".
Did you mean:
llvm_cxx
2011 Jun 30
2
[LLVMdev] Test suite with other compilers
Hi All,
Is it possible to run the test-suite with another compiler that it's
not llvm-gcc?
I want to run tests with Clang and our bridge+LLVM.
Also, llvm-gcc is going to be deprecated soon enough, would be good to
have the official way to use Clang.
Or is this doc too old to reflect the current status?
http://llvm.org/docs/TestingGuide.html
cheers,
--renato
2011 Jun 30
0
[LLVMdev] Test suite with other compilers
On Jun 30, 2011, at 5:20 AM, Renato Golin wrote:
> Hi All,
>
> Is it possible to run the test-suite with another compiler that it's
> not llvm-gcc?
I use --with-built-clang --with-llvmcc=clang --with-llvmcxx=clang++ --without-llvmgcc --without-llvmgxx on llvm configure line to use clang built within tree. I checkout clang sources inside my llvm/tools folder.
-
Devang
>
> I want to run tests with Clang and our bridge+LLVM.
>
> Also, llvm-gcc is going to be deprecated soon enough, would b...