[llvm] 2c651e6 - [AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (#77467)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 05:22:33 PST 2024
Author: David Sherwood
Date: 2024-01-09T13:22:28Z
New Revision: 2c651e6c381905aff6c7ac4b1585bad168f5b553
URL: https://github.com/llvm/llvm-project/commit/2c651e6c381905aff6c7ac4b1585bad168f5b553
DIFF: https://github.com/llvm/llvm-project/commit/2c651e6c381905aff6c7ac4b1585bad168f5b553.diff
LOG: [AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (#77467)
…9c849f42cf
Added:
llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg
new file mode 100644
index 00000000000000..10d4a0e953ed47
--- /dev/null
+++ b/llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "AArch64" in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list