[LLVMdev] Test suite with other compilers
Devang Patel
dpatel at apple.com
Thu Jun 30 10:03:14 PDT 2011
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 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
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list