[PATCH] D127269: Add llvm's Support lib to the psuedoCXX library
Nathan Lanza via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 14:12:39 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdd2f2909188b: Add llvm's Support lib to the psuedoCXX library (authored by lanza).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127269/new/
https://reviews.llvm.org/D127269
Files:
clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
Index: clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
===================================================================
--- clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
+++ clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
@@ -1,3 +1,7 @@
+set(LLVM_LINK_COMPONENTS
+ Support
+ )
+
add_clang_library(clangPseudoCXX
CXX.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127269.435321.patch
Type: text/x-patch
Size: 334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220608/c844a218/attachment.bin>
More information about the cfe-commits
mailing list