Files
clang-p2996/llvm/test/Transforms/ThinLTOBitcodeWriter/x86/lit.local.cfg
Hiroshi Inoue ba3585eaf2 [ThinLTO] fix test failure without x86 backend
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
2018-02-06 07:03:09 +00:00

4 lines
65 B
INI

if not 'X86' in config.root.targets:
config.unsupported = True