[PATCH] D107361: [llvm][ExecutionEngine] Don't try to run tests on ARM64/Windows on Arm
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 02:24:23 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb1802d694c1c: [llvm][ExecutionEngine] Don't try to run tests on ARM64/Windows on Arm (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107361/new/
https://reviews.llvm.org/D107361
Files:
llvm/test/ExecutionEngine/lit.local.cfg
Index: llvm/test/ExecutionEngine/lit.local.cfg
===================================================================
--- llvm/test/ExecutionEngine/lit.local.cfg
+++ llvm/test/ExecutionEngine/lit.local.cfg
@@ -1,4 +1,4 @@
-if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']:
+if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'ARM64', 'SystemZ']:
config.unsupported = True
# CMake and autoconf diverge in naming or host_arch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107361.364012.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/fdcf3a5c/attachment.bin>
More information about the llvm-commits
mailing list