forked from OSchip/llvm-project
7 lines
98 B
CMake
7 lines
98 B
CMake
|
add_llvm_library(LLVMLinker
|
||
|
LinkArchives.cpp
|
||
|
LinkItems.cpp
|
||
|
LinkModules.cpp
|
||
|
Linker.cpp
|
||
|
)
|