We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c18a4 commit ad03c1dCopy full SHA for ad03c1d
test/X86/lit.local.cfg
@@ -1,2 +1,2 @@
1
-if config.host_arch not in ['x86_64']:
+if not "X86" in config.root.targets:
2
config.unsupported = True
0 commit comments