[libc-commits] [PATCH] D158447: [libc] Add the 'cpp.new' as a dependency on `atexit`

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 21 13:08:16 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa69340dd810e: [libc] Add the 'cpp.new' as a dependency on `atexit` (authored by jhuber6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158447/new/

https://reviews.llvm.org/D158447

Files:
  libc/src/stdlib/CMakeLists.txt


Index: libc/src/stdlib/CMakeLists.txt
===================================================================
--- libc/src/stdlib/CMakeLists.txt
+++ libc/src/stdlib/CMakeLists.txt
@@ -366,6 +366,7 @@
     libc.src.__support.fixedvector
     libc.src.__support.blockstore
     libc.src.__support.threads.mutex
+    libc.src.__support.CPP.new
 )
 
 add_entrypoint_object(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158447.552116.patch
Type: text/x-patch
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230821/e35c462f/attachment.bin>


More information about the libc-commits mailing list