Skip to content

Commit ad03c1d

Browse files
authored
Run x86 tests on aarch64 (#36)
1 parent 99c18a4 commit ad03c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/X86/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
if config.host_arch not in ['x86_64']:
1+
if not "X86" in config.root.targets:
22
config.unsupported = True

0 commit comments

Comments
 (0)