From: Jordan Rupprecht Date: Fri, 3 Mar 2023 20:59:56 +0000 (-0800) Subject: [bazel] Fix errno dep location: libc_function_deps -> deps X-Git-Tag: upstream/17.0.6~15885 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebb94ecb95253652afe12d12d7150358f5d63e0e;p=platform%2Fupstream%2Fllvm.git [bazel] Fix errno dep location: libc_function_deps -> deps --- diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel index 0e6ad6e..23088e3 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel @@ -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(