[zorg] r232696 - sanitizer-x86_64-linux-autoconf: build everything in CMake build tree
Alexey Samsonov
vonosmas at gmail.com
Wed Mar 18 17:22:14 PDT 2015
Author: samsonov
Date: Wed Mar 18 19:22:14 2015
New Revision: 232696
URL: http://llvm.org/viewvc/llvm-project?rev=232696&view=rev
Log:
sanitizer-x86_64-linux-autoconf: build everything in CMake build tree
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh?rev=232696&r1=232695&r2=232696&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_standard.sh Wed Mar 18 19:22:14 2015
@@ -33,7 +33,7 @@ if [ ! -d clang_build ]; then
fi
(cd clang_build && CC=gcc CXX=g++ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
${CMAKE_COMMON_OPTIONS} ${LLVM_CHECKOUT})
-(cd clang_build && make clang -j$MAKE_JOBS) || echo @@@STEP_FAILURE@@@
+(cd clang_build && make -j$MAKE_JOBS) || echo @@@STEP_FAILURE@@@
CLANG_PATH=$ROOT/clang_build/bin
if [ $CHECK_TSAN == 1 ] ; then
More information about the llvm-commits
mailing list