Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
.
/
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
)