mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
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.