File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,7 @@ set(TARGET_LIBC_ENTRYPOINTS
9999 libc.src.strings.index
100100 libc.src.strings.rindex
101101 libc.src.strings.strcasecmp
102- libc.src.strings.strcasecmp_l
103102 libc.src.strings.strncasecmp
104- libc.src.strings.strncasecmp_l
105103
106104 # inttypes.h entrypoints
107105 libc.src.inttypes.imaxabs
@@ -913,6 +911,10 @@ if(LLVM_LIBC_FULL_BUILD)
913911 # sched.h entrypoints
914912 libc.src.sched.__sched_getcpucount
915913
914+ # strings.h entrypoints
915+ libc.src.strings.strcasecmp_l
916+ libc.src.strings.strncasecmp_l
917+
916918 # setjmp.h entrypoints
917919 libc.src.setjmp.longjmp
918920 libc.src.setjmp.setjmp
Original file line number Diff line number Diff line change @@ -99,9 +99,7 @@ set(TARGET_LIBC_ENTRYPOINTS
9999 libc.src.strings.index
100100 libc.src.strings.rindex
101101 libc.src.strings.strcasecmp
102- libc.src.strings.strcasecmp_l
103102 libc.src.strings.strncasecmp
104- libc.src.strings.strncasecmp_l
105103
106104 # inttypes.h entrypoints
107105 libc.src.inttypes.imaxabs
@@ -940,6 +938,10 @@ if(LLVM_LIBC_FULL_BUILD)
940938 libc.src.string.strcoll_l
941939 libc.src.string.strxfrm_l
942940
941+ # strings.h entrypoints
942+ libc.src.strings.strcasecmp_l
943+ libc.src.strings.strncasecmp_l
944+
943945 # assert.h entrypoints
944946 libc.src.assert.__assert_fail
945947
You can’t perform that action at this time.
0 commit comments