[libc-commits] [PATCH] D135410: [libc][obvious] move kill into fullbuild only

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 6 15:36:03 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 rG6d65ac500946: [libc][obvious] move kill into fullbuild only (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135410

Files:
  libc/config/linux/x86_64/entrypoints.txt


Index: libc/config/linux/x86_64/entrypoints.txt
===================================================================
--- libc/config/linux/x86_64/entrypoints.txt
+++ libc/config/linux/x86_64/entrypoints.txt
@@ -26,9 +26,6 @@
     libc.src.sched.sched_getaffinity
     libc.src.sched.sched_setaffinity
 
-    # signal.h entrypoints
-    libc.src.signal.kill
-
     # string.h entrypoints
     libc.src.string.bcmp
     libc.src.string.bzero
@@ -376,6 +373,7 @@
 
     # signal.h entrypoints
     libc.src.signal.raise
+    libc.src.signal.kill
     libc.src.signal.sigaction
     libc.src.signal.sigdelset
     libc.src.signal.sigaddset


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135410.465911.patch
Type: text/x-patch
Size: 635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221006/070c906e/attachment.bin>


More information about the libc-commits mailing list