summaryrefslogtreecommitdiff
path: root/lld/tools
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-11-24 11:06:51 -0500
committerNico Weber <thakis@chromium.org>2020-11-24 11:06:51 -0500
commitc8414fa9410841da20964758c89bf9e312941dfa (patch)
tree28ac4e41bea7bfe3652d354a5422a77411dd082e /lld/tools
parentee95c7020cebe4668a501f24305a76a044df5266 (diff)
downloadllvm-c8414fa9410841da20964758c89bf9e312941dfa.tar.gz
lld: Fix darwinnew symlink name added in e16c0a9a68971
Diffstat (limited to 'lld/tools')
-rw-r--r--lld/tools/lld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/tools/lld/CMakeLists.txt b/lld/tools/lld/CMakeLists.txt
index 01cccab38714..5cff736ff57f 100644
--- a/lld/tools/lld/CMakeLists.txt
+++ b/lld/tools/lld/CMakeLists.txt
@@ -25,7 +25,7 @@ install(TARGETS lld
if(NOT LLD_SYMLINKS_TO_CREATE)
set(LLD_SYMLINKS_TO_CREATE
- lld-link ld.lld ld64.lld ld64.darwinnew.lld wasm-ld)
+ lld-link ld.lld ld64.lld ld64.lld.darwinnew wasm-ld)
endif()
foreach(link ${LLD_SYMLINKS_TO_CREATE})