mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Fix -DBUILD_SHARED_LIBS=on build after r362977
The executable has an undefined reference to lld::Saver, the library should be explicitly linked. llvm-svn: 363023
This commit is contained in:
@@ -8,6 +8,7 @@ add_lld_tool(lld
|
||||
|
||||
target_link_libraries(lld
|
||||
PRIVATE
|
||||
lldCommon
|
||||
lldCOFF
|
||||
lldDriver
|
||||
lldELF
|
||||
|
||||
Reference in New Issue
Block a user