Skip to content

Commit 667eac8

Browse files
committedJul 13, 2018
[cfi-verify] Only run AArch64 tests when it is a supported target
This stops the tests I added in r337007 from running when AArch64 is not a supported target. llvm-svn: 337012
1 parent 8afd926 commit 667eac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if not 'AArch64' in config.root.targets:
2+
config.unsupported = True

0 commit comments

Comments
 (0)
Please sign in to comment.