[libc-commits] [libc] e4b4d0f - [libc][NFC] remove unneeded -lpthread for utils_test

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Thu Oct 20 01:49:00 PDT 2022


Author: Guillaume Chatelet
Date: 2022-10-20T08:48:50Z
New Revision: e4b4d0f74fead3e3a807a416c0f34b4a88a7a153

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

LOG: [libc][NFC] remove unneeded -lpthread for utils_test

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 8f926273de5d5..9dc2a6d2cfab2 100644
--- a/libc/test/src/string/memory_utils/CMakeLists.txt
+++ b/libc/test/src/string/memory_utils/CMakeLists.txt
@@ -9,7 +9,6 @@ add_libc_unittest(
   COMPILE_OPTIONS
     ${LIBC_COMPILE_OPTIONS_NATIVE}
     -ffreestanding
-    -pthread
   DEPENDS
     libc.src.string.memory_utils.memory_utils
     libc.src.__support.CPP.array


        


More information about the libc-commits mailing list