[libc-commits] [PATCH] D145839: WIP: [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB
Stephen Neuendorffer via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Mar 11 09:16:29 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ab46e5cf86c: [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB (authored by stephenneuendorffer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145839/new/
https://reviews.llvm.org/D145839
Files:
libc/utils/LibcTableGenUtil/CMakeLists.txt
Index: libc/utils/LibcTableGenUtil/CMakeLists.txt
===================================================================
--- libc/utils/LibcTableGenUtil/CMakeLists.txt
+++ libc/utils/LibcTableGenUtil/CMakeLists.txt
@@ -2,6 +2,7 @@
LibcTableGenUtil
APIIndexer.cpp
APIIndexer.h
+ DISABLE_LLVM_LINK_LLVM_DYLIB
LINK_COMPONENTS Support TableGen
)
target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145839.504379.patch
Type: text/x-patch
Size: 425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230311/e2995862/attachment.bin>
More information about the libc-commits
mailing list