[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / bolt / test / AArch64 / lit.local.cfg
blob9432240469c7b832492d14d52bd0835bd4f647d9
1 if "AArch64" not in config.root.targets:
2     config.unsupported = True
4 flags = "--target=aarch64-unknown-linux-gnu -nostartfiles -nostdlib -ffreestanding"
6 config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
7 config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))