repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
tools
/
opt
/
CMakeLists.txt
blob
0570d0e04af799d63c79b509b2f0c2bcbe97085e
1
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
3
add_llvm_tool(opt
4
AnalysisWrappers.cpp
5
GraphPrinters.cpp
6
PrintSCC.cpp
7
opt.cpp
8
)