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

10 lines
177 B
CMake

add_lld_library(lldPasses
GOTPass.cpp
StubsPass.cpp
LayoutPass.cpp
RoundTripNativePass.cpp
RoundTripYAMLPass.cpp
)
target_link_libraries(lldPasses lldReaderWriter)