Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
33c0c77073d2b8e7067b51a2f43593d09d21d82f
/
.
/
llvm
/
lib
/
CompilerDriver
/
CMakeLists.txt
blob: a12b3378aaf22463e58bf852a2d6d425045c390a [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS support)
# We don't want this library to appear in `llvm-config --libs` output,
# so its name doesn't start with "LLVM".
add_llvm_library(CompilerDriver
Action.cpp
BuiltinOptions.cpp
CompilationGraph.cpp
Main.cpp
Tool.cpp
)