blob: a12b3378aaf22463e58bf852a2d6d425045c390a [file] [log] [blame]
Charles Davis53ca1f32010-11-29 19:44:50 +00001set(LLVM_LINK_COMPONENTS support)
Oscar Fuentes80533042008-10-04 21:18:50 +00002
Oscar Fuentes255d0252011-03-12 22:01:42 +00003# We don't want this library to appear in `llvm-config --libs` output,
4# so its name doesn't start with "LLVM".
5
6add_llvm_library(CompilerDriver
Oscar Fuentes80533042008-10-04 21:18:50 +00007 Action.cpp
Oscar Fuentes255d0252011-03-12 22:01:42 +00008 BuiltinOptions.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +00009 CompilationGraph.cpp
Oscar Fuentes255d0252011-03-12 22:01:42 +000010 Main.cpp
Oscar Fuentesf76eda72008-12-07 17:01:16 +000011 Tool.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000012 )