[PATCH] D113993: WIP: [clang] customizable build-id style
Konrad Wilhelm Kleine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 16 06:43:02 PST 2021
kwk updated this revision to Diff 387608.
kwk added a comment.
Use correct CMake variable type: BOOLEAN -> BOOL
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113993/new/
https://reviews.llvm.org/D113993
Files:
clang/CMakeLists.txt
Index: clang/CMakeLists.txt
===================================================================
--- clang/CMakeLists.txt
+++ clang/CMakeLists.txt
@@ -219,7 +219,7 @@
set(DEFAULT_SYSROOT "" CACHE STRING
"Default <path> to all compiler invocations for --sysroot=<path>." )
-set(ENABLE_LINKER_BUILD_ID OFF CACHE BOOLEAN
+set(ENABLE_LINKER_BUILD_ID OFF CACHE BOOL
"Pass --build-id or --build-id=<style> to linker (e.g. ld or lld). See also ENABLE_LINKER_BUILD_ID_STYLE.")
set(DEFAULT_LINKER_BUILD_ID_STYLE "" CACHE STRING
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113993.387608.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211116/e53731e9/attachment.bin>
More information about the cfe-commits
mailing list