aboutsummaryrefslogtreecommitdiff
path: root/lld/tools
diff options
context:
space:
mode:
Diffstat (limited to 'lld/tools')
-rw-r--r--lld/tools/lld/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/tools/lld/CMakeLists.txt b/lld/tools/lld/CMakeLists.txt
index 738f484..e77b216 100644
--- a/lld/tools/lld/CMakeLists.txt
+++ b/lld/tools/lld/CMakeLists.txt
@@ -20,10 +20,6 @@ target_link_libraries(lld
lldWasm
)
-if(LLVM_HAVE_LIBXAR)
- target_link_libraries(lld PRIVATE ${XAR_LIB})
-endif()
-
install(TARGETS lld
RUNTIME DESTINATION bin)