[PATCH] D22746: [zorg] Disable XRay when not building the sanitizers anyway
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 02:11:23 PDT 2016
dberris updated this revision to Diff 65315.
dberris added a comment.
Rebase
https://reviews.llvm.org/D22746
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -83,6 +83,7 @@
extraCmakeOptions=[
"-DCOMPILER_RT_BUILD_BUILTINS:BOOL=OFF",
"-DCOMPILER_RT_BUILD_SANITIZERS:BOOL=OFF",
+ "-DCOMPILER_RT_BUILD_XRAY:BOOL=OFF",
"-DCOMPILER_RT_CAN_EXECUTE_TESTS:BOOL=OFF",
"-DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF"],
prefixCommand=None, # This is a designated builder, so no need to be nice.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22746.65315.patch
Type: text/x-patch
Size: 692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/ffcf1beb/attachment.bin>
More information about the llvm-commits
mailing list