[PATCH] D149752: WIP: Debug symlink creation
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 3 12:53:58 PDT 2023
ldionne updated this revision to Diff 519218.
ldionne added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Poke CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149752/new/
https://reviews.llvm.org/D149752
Files:
clang/foo
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.519218.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230503/698d282d/attachment.bin>
More information about the cfe-commits
mailing list