Another nasty coalescer bug (is there another kind):
[llvm/avr.git] / tools / opt / CMakeLists.txt
blobefcca80ddfc21bbb0c45b5c76c418857f2abb891
1 set(LLVM_REQUIRES_EH 1)
2 set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo)
4 add_llvm_tool(opt
5   AnalysisWrappers.cpp
6   GraphPrinters.cpp
7   PrintSCC.cpp
8   opt.cpp
9   )