[zorg] r222663 - Sanitizer bot: add msan to msan/stage2 LDFLAGS.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Nov 24 09:20:20 PST 2014


Author: eugenis
Date: Mon Nov 24 11:20:20 2014
New Revision: 222663

URL: http://llvm.org/viewvc/llvm-project?rev=222663&view=rev
Log:
Sanitizer bot: add msan to msan/stage2 LDFLAGS.

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh?rev=222663&r1=222662&r2=222663&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh Mon Nov 24 11:20:20 2014
@@ -93,7 +93,7 @@ MSAN_LDFLAGS="-stdlib=libc++ -lc++abi -W
 # CMAKE_EXE_LINKER_FLAGS, on the other hand, affects the rest of the build, but not the compiler check.
 # This is crazy.
 (cd llvm_build_msan && \
- LDFLAGS="${MSAN_LDFLAGS}" \
+ LDFLAGS="${MSAN_LDFLAGS} -fsanitize=memory" \
  cmake ${CMAKE_STAGE2_COMMON_OPTIONS} \
    -DLLVM_USE_SANITIZER=${MEMORY_SANITIZER_KIND} \
    -DCMAKE_C_FLAGS="${MSAN_CFLAGS}" \





More information about the llvm-commits mailing list