[llvm-commits] [PATCH] Rework CMake rules for building ASan unittests
Kostya Serebryany
kcc at google.com
Fri Dec 7 01:22:57 PST 2012
FTR: building the tests *and* the run-time with the target clang is a really pressing issue.
Just today I spent quite some time figuring out why the run-time broke when building with gcc 4.6.3
(appeared that the old gcc can not put some objects on TLS, while clang and newers gcc can)
http://llvm-reviews.chandlerc.com/D188
More information about the llvm-commits
mailing list