[llvm] r374500 - [JITLink] Disable the MachO/AArch64 testcase while investigating bot failures.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 18:58:12 PDT 2019


Author: lhames
Date: Thu Oct 10 18:58:12 2019
New Revision: 374500

URL: http://llvm.org/viewvc/llvm-project?rev=374500&view=rev
Log:
[JITLink] Disable the MachO/AArch64 testcase while investigating bot failures.

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.

Modified:
    llvm/trunk/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg

Modified: llvm/trunk/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg?rev=374500&r1=374499&r2=374500&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg Thu Oct 10 18:58:12 2019
@@ -1,2 +1,2 @@
-if not 'AArch64' in config.root.targets:
-    config.unsupported = True
+# if not 'AArch64' in config.root.targets:
+config.unsupported = True




More information about the llvm-commits mailing list