[zorg] r223361 - Sanitizer bot: add -gmlt to the stage1 compiler as well.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Thu Dec 4 05:52:27 PST 2014
Author: eugenis
Date: Thu Dec 4 07:52:24 2014
New Revision: 223361
URL: http://llvm.org/viewvc/llvm-project?rev=223361&view=rev
Log:
Sanitizer bot: add -gmlt to the stage1 compiler as well.
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh?rev=223361&r1=223360&r2=223361&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_cmake.sh Thu Dec 4 07:52:24 2014
@@ -60,7 +60,7 @@ if [ ! -d clang_build ]; then
mkdir clang_build
fi
(cd clang_build && cmake -DCMAKE_BUILD_TYPE=Release \
- ${CMAKE_COMMON_OPTIONS} $LLVM_CHECKOUT)
+ ${CMAKE_COMMON_OPTIONS} -DCMAKE_C_FLAGS=-gmlt -DCMAKE_CXX_FLAGS=-gmlt $LLVM_CHECKOUT)
(cd clang_build && make clang -j$MAKE_JOBS) || echo @@@STEP_FAILURE@@@
# If we're building with libcxx, install the headers to clang_build/include.
More information about the llvm-commits
mailing list