[llvm-commits] [llvm] r166407 - in /llvm/trunk: lib/Transforms/Scalar/TailRecursionElimination.cpp test/Transforms/TailCallElim/nocapture.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 22 14:58:10 PDT 2012


2012/10/23 Argyrios Kyrtzidis <kyrtzidis at apple.com>:
> I reverted this in r166424 because it crashes some (highly recursive) clang analyzer tests.
>
> In order to reproduce configure as:
>
> configure --build=x86_64-apple-darwin11 --host=x86_64-apple-darwin11 --enable-optimized --disable-assertions --disable-bindings --with-llvmcc=clang --without-llvmgcc --without-llvmgxx --enable-keep-symbols CC=/path/to/built/clang CXX=/path/to/built/clang++
>
> the tests that crash:
>
> Clang :: Analysis/dead-stores.cpp
> Clang :: Analysis/inlining/stl.cpp
> Clang :: Analysis/templates.cpp

Nick, FYI, "--enable-optimized --disable-assertions with built clang"
would be the key.
I did not find what would be wrong.




More information about the llvm-commits mailing list