Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / tools / opt / CMakeLists.txt
blob0570d0e04af799d63c79b509b2f0c2bcbe97085e
1 set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
3 add_llvm_tool(opt
4   AnalysisWrappers.cpp
5   GraphPrinters.cpp
6   PrintSCC.cpp
7   opt.cpp
8   )