Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jones <michaelrj@google.com>2022-10-05 23:27:04 +0300
committerMichael Jones <michaelrj@google.com>2022-10-07 21:11:53 +0300
commit07793f95c45b8606a21e1bdc948cd6f3b0e6461f (patch)
treeb391cbf4d2f56dfa272b7860f987e202fe7158b0 /libc/config/linux/x86_64/entrypoints.txt
parentbb4f0af97dba600c50a0f727b25a760e8185c578 (diff)
[libc] add strsignal and refactor message mapping
The logic for strsignal and strerror is very similar, so I've moved them both to use a shared utility (MessageMapper) for the basic functionality. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D135322
Diffstat (limited to 'libc/config/linux/x86_64/entrypoints.txt')
-rw-r--r--libc/config/linux/x86_64/entrypoints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 5ed5f0cd9747..9874cb80d74d 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -55,6 +55,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.string.strnlen
libc.src.string.strpbrk
libc.src.string.strrchr
+ libc.src.string.strsignal
libc.src.string.strspn
libc.src.string.strstr
libc.src.string.strtok