Skip to content

Commit c79b685

Browse files
Restrict tests in Transforms/InstCombine/SystemZ to SystemZ (NFC) (llvm#146363)
This commit adds a `lit.local.cfg` file to `llvm/test/Transforms/InstCombine/SystemZ` that makes sure the tests contained in that folder are only run when `SystemZ` is among the supported targets.
1 parent 6bd9ff0 commit c79b685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if not "SystemZ" in config.root.targets:
2+
config.unsupported = True

0 commit comments

Comments
 (0)