forked from OSchip/llvm-project
[libc] [Obvious] Fix typo.
Fixes typo for strstr in entrypoints. str -> src.
This commit is contained in:
parent
86ab98b001
commit
a16129c138
|
@ -11,7 +11,7 @@ set(TARGET_LIBC_ENTRYPOINTS
|
|||
libc.src.string.strlen
|
||||
libc.src.string.memchr
|
||||
libc.src.string.strchr
|
||||
libc.str.string.strstr
|
||||
libc.src.string.strstr
|
||||
)
|
||||
|
||||
set(TARGET_LIBM_ENTRYPOINTS
|
||||
|
|
Loading…
Reference in New Issue