[PATCH] D11031: [lld] Create lld-link2 symlink/copy for new COFF linker.

Peter Collingbourne peter at pcc.me.uk
Wed Jul 8 11:05:48 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL241696: Create lld-link2 symlink/copy for new COFF linker. (authored by pcc).

Changed prior to commit:
  http://reviews.llvm.org/D11031?vs=29249&id=29270#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11031

Files:
  lld/trunk/tools/lld/CMakeLists.txt

Index: lld/trunk/tools/lld/CMakeLists.txt
===================================================================
--- lld/trunk/tools/lld/CMakeLists.txt
+++ lld/trunk/tools/lld/CMakeLists.txt
@@ -24,3 +24,8 @@
 set(dst "${LLVM_RUNTIME_OUTPUT_INTDIR}/lld-link${CMAKE_EXECUTABLE_SUFFIX}")
 add_custom_command(TARGET lld POST_BUILD
   COMMAND ${CMAKE_COMMAND} -E ${command} ${src} ${dst})
+
+# FIXME: Remove once the lld-link2 alias is gone.
+set(dst2 "${LLVM_RUNTIME_OUTPUT_INTDIR}/lld-link2${CMAKE_EXECUTABLE_SUFFIX}")
+add_custom_command(TARGET lld POST_BUILD
+  COMMAND ${CMAKE_COMMAND} -E ${command} ${src} ${dst2})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11031.29270.patch
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150708/ad48c254/attachment.bin>


More information about the llvm-commits mailing list