hanchenye-llvm-project/lld/lib/Passes/CMakeLists.txt

11 lines
164 B
CMake

add_llvm_library(lldPasses
LayoutPass.cpp
RoundTripNativePass.cpp
RoundTripYAMLPass.cpp
LINK_LIBS
lldCore
lldNative
lldYAML
LLVMSupport
)