[libc-commits] [PATCH] D127381: [libc] Add compile options to pthread_create target.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 9 10:27:03 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG214be9d1cd16: [libc] Add compile options to pthread_create target. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127381/new/

https://reviews.llvm.org/D127381

Files:
  libc/src/pthread/CMakeLists.txt


Index: libc/src/pthread/CMakeLists.txt
===================================================================
--- libc/src/pthread/CMakeLists.txt
+++ libc/src/pthread/CMakeLists.txt
@@ -253,6 +253,9 @@
     libc.include.errno
     libc.include.pthread
     libc.src.__support.threads.thread
+  COMPILE_OPTIONS
+    -O3
+    -fno-omit-frame-pointer
 )
 
 add_entrypoint_object(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127381.435601.patch
Type: text/x-patch
Size: 374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220609/e51dca45/attachment.bin>


More information about the libc-commits mailing list