[libc-commits] [PATCH] D128742: [libc] Fix compile options for algorithm test
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 28 10:22:29 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG03a26c34a7cd: [libc] Fix compile options for algorithm test (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128742/new/
https://reviews.llvm.org/D128742
Files:
libc/test/src/string/memory_utils/CMakeLists.txt
Index: libc/test/src/string/memory_utils/CMakeLists.txt
===================================================================
--- libc/test/src/string/memory_utils/CMakeLists.txt
+++ libc/test/src/string/memory_utils/CMakeLists.txt
@@ -12,6 +12,7 @@
COMPILE_OPTIONS
${LIBC_COMPILE_OPTIONS_NATIVE}
-ffreestanding
+ -pthread
DEPENDS
libc.src.string.memory_utils.memory_utils
libc.src.__support.CPP.array
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128742.440684.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220628/018f38aa/attachment-0001.bin>
More information about the libc-commits
mailing list