[all-commits] [llvm/llvm-project] b5c661: [bazel][libc] Re-add dependency on errno to strtol...
Jorge Gorbe Moya via All-commits
all-commits at lists.llvm.org
Tue Mar 14 15:52:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5c661c2f4d2533625b8c0af7770ab188a02f0cc
https://github.com/llvm/llvm-project/commit/b5c661c2f4d2533625b8c0af7770ab188a02f0cc
Author: Jorge Gorbe Moya <jgorbe at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
Log Message:
-----------
[bazel][libc] Re-add dependency on errno to strtol_test_helper.
https://reviews.llvm.org/D146014 removed the dependency on errno from
several targets and added it to the `libc_test` macro. However,
strtol_test_helper is not a `libc_test` but a `cc_library` so it's
missing a dependency.
More information about the All-commits
mailing list