mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user