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:
Diffstat (limited to 'libc/src/string/CMakeLists.txt')
-rw-r--r--libc/src/string/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/libc/src/string/CMakeLists.txt b/libc/src/string/CMakeLists.txt
index 1b11d888bdc4..1af5472c218d 100644
--- a/libc/src/string/CMakeLists.txt
+++ b/libc/src/string/CMakeLists.txt
@@ -136,7 +136,16 @@ add_entrypoint_object(
strerror.h
DEPENDS
libc.src.__support.error_to_string
- libc.src.__support.CPP.span
+)
+
+add_entrypoint_object(
+ strerror_r
+ SRCS
+ strerror_r.cpp
+ HDRS
+ strerror_r.h
+ DEPENDS
+ libc.src.__support.error_to_string
)
add_entrypoint_object(