[PATCH] D57525: Allow old toolchain on sanitizer-windows

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 13:30:47 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352797: Allow old toolchain on sanitizer-windows (authored by jfb, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D57525?vs=184544&id=184595#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57525/new/

https://reviews.llvm.org/D57525

Files:
  zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py


Index: zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py
+++ zorg/trunk/zorg/buildbot/builders/annotated/sanitizer-windows.py
@@ -42,6 +42,7 @@
     ]
     extra_cmake_args = stage1_extra_cmake_args + [
         '-DLLVM_USE_LINKER=lld',
+        '-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON',
     ]
     check_targets = ['check-asan', 'check-asan-dynamic', 'check-sanitizer',
                      'check-cfi']


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57525.184595.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/9e2a226e/attachment.bin>


More information about the llvm-commits mailing list