[libc-commits] [PATCH] D149075: [libc][Obvious] Add include.stdlib as missing dep for CPP.string.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 24 15:07:38 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG23df67bdeee2: [libc][Obvious] Add include.stdlib as missing dep for CPP.string. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149075/new/
https://reviews.llvm.org/D149075
Files:
libc/src/__support/CPP/CMakeLists.txt
Index: libc/src/__support/CPP/CMakeLists.txt
===================================================================
--- libc/src/__support/CPP/CMakeLists.txt
+++ libc/src/__support/CPP/CMakeLists.txt
@@ -60,6 +60,7 @@
HDRS
string.h
DEPENDS
+ libc.include.stdlib
.string_view
libc.src.__support.common
libc.src.__support.integer_to_string
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149075.516549.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230424/d24fae33/attachment.bin>
More information about the libc-commits
mailing list