]> granicus.if.org Git - llvm/commitdiff
[JITLink] Disable the MachO/AArch64 testcase while investigating bot failures.
authorLang Hames <lhames@gmail.com>
Fri, 11 Oct 2019 01:58:12 +0000 (01:58 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 11 Oct 2019 01:58:12 +0000 (01:58 +0000)
The windows bots are failing due to a memory layout error. Temporarily disabling
while I investigate whether this can be worked around, or whether the test
should be disabled on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374500 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/JITLink/AArch64/lit.local.cfg

index 7184443994b693b0fab6e8baecfbb0f65f66f080..7cfadc4db86196f079610b59a20ee976440a1207 100644 (file)
@@ -1,2 +1,2 @@
-if not 'AArch64' in config.root.targets:
-    config.unsupported = True
+if not 'AArch64' in config.root.targets:
+config.unsupported = True