repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a function for profiling to run at shutdown. Unlike the existing API, this
[llvm/stm8.git]
/
lib
/
CompilerDriver
/
CMakeLists.txt
blob
a12b3378aaf22463e58bf852a2d6d425045c390a
1
set(LLVM_LINK_COMPONENTS support)
2
3
# We don't want this library to appear in `llvm-config --libs` output,
4
# so its name doesn't start with "LLVM".
5
6
add_llvm_library(CompilerDriver
7
Action.cpp
8
BuiltinOptions.cpp
9
CompilationGraph.cpp
10
Main.cpp
11
Tool.cpp
12
)