forked from OSchip/llvm-project
[libc][obvious] fix strdup being listed twice
strdup was being included even if malloc wasn't and that was causing a build failure. Differential Revision: https://reviews.llvm.org/D112641
This commit is contained in:
parent
fff2c0f0bf
commit
9830518082
|
@ -36,7 +36,6 @@ set(TARGET_LIBC_ENTRYPOINTS
|
|||
libc.src.string.strcmp
|
||||
libc.src.string.strcpy
|
||||
libc.src.string.strcspn
|
||||
libc.src.string.strdup
|
||||
libc.src.string.strlen
|
||||
libc.src.string.strncat
|
||||
libc.src.string.strncmp
|
||||
|
|
Loading…
Reference in New Issue