mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
208de1fcc4
llvm-svn: 127554
13 lines
263 B
CMake
13 lines
263 B
CMake
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
|
|
)
|