Add a function for profiling to run at shutdown. Unlike the existing API, this
[llvm/stm8.git] / lib / CompilerDriver / CMakeLists.txt
bloba12b3378aaf22463e58bf852a2d6d425045c390a
1 set(LLVM_LINK_COMPONENTS support)
3 # We don't want this library to appear in `llvm-config --libs` output,
4 # so its name doesn't start with "LLVM".
6 add_llvm_library(CompilerDriver
7   Action.cpp
8   BuiltinOptions.cpp
9   CompilationGraph.cpp
10   Main.cpp
11   Tool.cpp
12   )