mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
9b7f36b521902ad39391b459f2e4d421a0d10a35
Reviewed at http://reviews.llvm.org/D5736 The new test cases for ASan fail if the llvm build that is used with LLDB doesn't have compiler-rt (because the resulting compiler then cannot build with -fsanitize=address). Let's include compiler-rt in build-llvm.pl script and make sure we actually *build* it by removing the NO_RUNTIME_LIBS=1 argument used in the make line. After this, the ASan tests pass on a fresh svn checkout. llvm-svn: 219555
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%