[libc-commits] [libc] 3054bc5 - [libc][obvious] Add a missing dep.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Jan 12 14:34:30 PST 2023


Author: Siva Chandra Reddy
Date: 2023-01-12T22:33:38Z
New Revision: 3054bc5fa0dc2bd1a8c3eaa1bff30d5dac2c6198

URL: https://github.com/llvm/llvm-project/commit/3054bc5fa0dc2bd1a8c3eaa1bff30d5dac2c6198
DIFF: https://github.com/llvm/llvm-project/commit/3054bc5fa0dc2bd1a8c3eaa1bff30d5dac2c6198.diff

LOG: [libc][obvious] Add a missing dep.

Added: 
    

Modified: 
    libc/src/__support/CPP/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/src/__support/CPP/CMakeLists.txt b/libc/src/__support/CPP/CMakeLists.txt
index c271a5bd86092..83a5a5b3bd4ba 100644
--- a/libc/src/__support/CPP/CMakeLists.txt
+++ b/libc/src/__support/CPP/CMakeLists.txt
@@ -99,4 +99,6 @@ add_object_library(
     new.cpp
   HDRS
     new.h
+  DEPENDS
+    libc.include.stdlib
 )


        


More information about the libc-commits mailing list