repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
tools
/
opt
/
CMakeLists.txt
blob
b75cda0e128bf3356f3e3c4a4a04cbedb08f5693
1
set(LLVM_REQUIRES_EH 1)
2
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
3
4
add_llvm_tool(opt
5
AnalysisWrappers.cpp
6
GraphPrinters.cpp
7
PrintSCC.cpp
8
opt.cpp
9
)