forked from OSchip/llvm-project
[libc][bazel overlay] Add a target for strncpy.
This commit is contained in:
parent
8a1dfbc4d8
commit
e07100002e
|
@ -819,6 +819,15 @@ libc_function(
|
|||
],
|
||||
)
|
||||
|
||||
libc_function(
|
||||
name = "strncpy",
|
||||
srcs = ["src/string/strncpy.cpp"],
|
||||
hdrs = ["src/string/strncpy.h"],
|
||||
deps = [
|
||||
":__support_common",
|
||||
],
|
||||
)
|
||||
|
||||
libc_function(
|
||||
name = "strcmp",
|
||||
srcs = ["src/string/strcmp.cpp"],
|
||||
|
|
Loading…
Reference in New Issue