Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / Generic / lit.local.cfg
blob7ce6a3d39231b7acf0d58e44b45f303da506ca6b
1 if not config.target_triple:
2     config.unsupported = True
3 elif config.target_triple.startswith(("nvptx", "xcore")):
4     config.unsupported = True