repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
bolt
/
test
/
X86
/
lit.local.cfg
blob
947d25cb6e8c4d4db7ed2bb149c71afd9a8441a8
1
if not "X86" in config.root.targets:
2
config.unsupported = True
3
4
flags = "--target=x86_64-pc-linux -nostdlib"
5
6
config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
7
config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))