This patch moves ThinLTOBitcodeWriter/module-asm.ll test case into x86 directory to avoid a test failure when x86 backend is not enabled. llvm-svn: 324316
4 lines
65 B
INI
4 lines
65 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|