mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
[bazel] Fix errno dep location: libc_function_deps -> deps
This commit is contained in:
@@ -51,9 +51,11 @@ libc_test(
|
||||
srcs = ["atof_test.cpp"],
|
||||
libc_function_deps = [
|
||||
"//libc:atof",
|
||||
],
|
||||
deps = [
|
||||
"//libc:__support_fputil_fp_bits",
|
||||
"//libc:errno",
|
||||
],
|
||||
deps = ["//libc:__support_fputil_fp_bits"],
|
||||
)
|
||||
|
||||
libc_test(
|
||||
|
||||
Reference in New Issue
Block a user