forked from OSchip/llvm-project
31 lines
410 B
CMake
31 lines
410 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Option
|
|
Support
|
|
TransformUtils
|
|
)
|
|
|
|
add_clang_library(clangDriver
|
|
Action.cpp
|
|
CC1AsOptions.cpp
|
|
Compilation.cpp
|
|
Driver.cpp
|
|
DriverOptions.cpp
|
|
Job.cpp
|
|
Multilib.cpp
|
|
Phases.cpp
|
|
SanitizerArgs.cpp
|
|
Tool.cpp
|
|
ToolChain.cpp
|
|
ToolChains.cpp
|
|
WindowsToolChain.cpp
|
|
Tools.cpp
|
|
Types.cpp
|
|
|
|
DEPENDS
|
|
ClangCC1AsOptions
|
|
ClangDriverOptions
|
|
|
|
LINK_LIBS
|
|
clangBasic
|
|
)
|