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