[PATCH] D22746: [zorg] Disable XRay when not building the sanitizers anyway

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 21:40:11 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL276834: [zorg] Disable XRay when not building the sanitizers anyway (authored by dberris).

Changed prior to commit:
  https://reviews.llvm.org/D22746?vs=65315&id=65659#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22746

Files:
  zorg/trunk/buildbot/osuosl/master/config/builders.py

Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/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.65659.patch
Type: text/x-patch
Size: 725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/6f00c9fd/attachment.bin>


More information about the llvm-commits mailing list