blob: efcca80ddfc21bbb0c45b5c76c418857f2abb891 (
plain)
1
2
3
4
5
6
7
8
9
|
set(LLVM_REQUIRES_EH 1)
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo)
add_llvm_tool(opt
AnalysisWrappers.cpp
GraphPrinters.cpp
PrintSCC.cpp
opt.cpp
)
|