[libc-commits] [libc] aecb580 - [libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. (#67435)

via libc-commits libc-commits at lists.llvm.org
Tue Sep 26 08:04:12 PDT 2023


Author: Siva Chandra
Date: 2023-09-26T08:04:08-07:00
New Revision: aecb58005c692ed756d748437896498b124e9d45

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

LOG: [libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. (#67435)

Added: 
    

Modified: 
    libc/test/src/string/memory_utils/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/test/src/string/memory_utils/CMakeLists.txt b/libc/test/src/string/memory_utils/CMakeLists.txt
index 06b98381390bdc7..567f85e37bfab49 100644
--- a/libc/test/src/string/memory_utils/CMakeLists.txt
+++ b/libc/test/src/string/memory_utils/CMakeLists.txt
@@ -8,7 +8,6 @@ add_libc_test(
     utils_test.cpp
   COMPILE_OPTIONS
     ${LIBC_COMPILE_OPTIONS_NATIVE}
-    -ffreestanding
   DEPENDS
     libc.src.__support.CPP.array
     libc.src.__support.CPP.cstddef


        


More information about the libc-commits mailing list