[PATCH] D149752: WIP: Debug symlink creation
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 08:08:37 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149752
Files:
llvm/cmake/modules/LLVMInstallSymlink.cmake
Index: llvm/cmake/modules/LLVMInstallSymlink.cmake
===================================================================
--- llvm/cmake/modules/LLVMInstallSymlink.cmake
+++ llvm/cmake/modules/LLVMInstallSymlink.cmake
@@ -17,7 +17,7 @@
endif()
set(outdir "${DESTDIR}${outdir}")
- message(STATUS "Creating ${name}")
+ message(STATUS "Creating ${name} with ${link_or_copy}")
execute_process(
COMMAND "${CMAKE_COMMAND}" -E ${link_or_copy} "${target}" "${name}"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149752.519080.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230503/e6312f4b/attachment.bin>
More information about the llvm-commits
mailing list