blob: d6a2b1cc64e2287c6aeade88c2a8a28ad85b5be6 [file] [log] [blame]
add_lld_executable(lld
lld.cpp
)
target_link_libraries(lld
lldDriver
)
install(TARGETS lld
RUNTIME DESTINATION bin)