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']