Add a test case for thumb stc2 instruction.
[oota-llvm.git] / lib / CompilerDriver / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 # We don't want this library to appear in `llvm-config --libs` output,
4 # so its name doesn't start with "LLVM".
5
6 add_llvm_library(CompilerDriver
7   Action.cpp
8   BuiltinOptions.cpp
9   CompilationGraph.cpp
10   Main.cpp
11   Tool.cpp
12   )