2010-11-30 03:44:50 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
2008-10-05 05:18:50 +08:00
|
|
|
|
2011-03-13 06:01:42 +08:00
|
|
|
# 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
|
2008-10-05 05:18:50 +08:00
|
|
|
Action.cpp
|
2011-03-13 06:01:42 +08:00
|
|
|
BuiltinOptions.cpp
|
2008-10-05 05:18:50 +08:00
|
|
|
CompilationGraph.cpp
|
2011-03-13 06:01:42 +08:00
|
|
|
Main.cpp
|
2008-12-08 01:01:16 +08:00
|
|
|
Tool.cpp
|
2008-10-05 05:18:50 +08:00
|
|
|
)
|