summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sherwood <57997763+david-arm@users.noreply.github.com>2024-01-09 13:22:28 +0000
committerGitHub <noreply@github.com>2024-01-09 13:22:28 +0000
commit2c651e6c381905aff6c7ac4b1585bad168f5b553 (patch)
treee545e7bdd90bc127403d03683a9032eb3feba8a3
parentc1ed45a271145acbfad81d87706aeebf361809c3 (diff)
[AArch64] Fix regression introduced by c7148467fc08eefaaae876c7d11d62… (#77467)
…9c849f42cf
-rw-r--r--llvm/test/Transforms/LoopIdiom/AArch64/lit.local.cfg2
1 files changed, 2 insertions, 0 deletions
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 000000000000..10d4a0e953ed
--- /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