Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / lit.local.cfg
blob947d25cb6e8c4d4db7ed2bb149c71afd9a8441a8
1 if not "X86" in config.root.targets:
2     config.unsupported = True
4 flags = "--target=x86_64-pc-linux -nostdlib"
6 config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
7 config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))