summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver/CMakeLists.txt
blob: a12b3378aaf22463e58bf852a2d6d425045c390a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
  )