[libc-commits] [libc] b0f9206 - [libc][Obvious] Remove the STARTUP attribute from the api test listing.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Mar 16 10:48:57 PDT 2023


Author: Siva Chandra Reddy
Date: 2023-03-16T17:48:17Z
New Revision: b0f920605779ce5d312d32a5da6ceb144d99862d

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

LOG: [libc][Obvious] Remove the STARTUP attribute from the api test listing.

Added: 
    

Modified: 
    libc/test/src/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/test/src/CMakeLists.txt b/libc/test/src/CMakeLists.txt
index 87daefb7476ca..6c3c987e3291d 100644
--- a/libc/test/src/CMakeLists.txt
+++ b/libc/test/src/CMakeLists.txt
@@ -115,8 +115,6 @@ add_integration_test(
     libc-api-test
   SRCS
     ${public_test}
-  STARTUP
-    libc.startup.linux.crt1
   DEPENDS
     ${api-test-entrypoints}
 )


        


More information about the libc-commits mailing list