If LLVM is built without X86 as a supported target then the test would mysteriously fail. llvm-svn: 201668
5 lines
108 B
INI
5 lines
108 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|
|
|