[PATCH] D146013: [libc][Bazel] Add errno dependency to tests.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 00:11:42 PDT 2023


akuegel created this revision.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
akuegel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146013

Files:
  utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl


Index: utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
===================================================================
--- utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
+++ utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
@@ -28,6 +28,7 @@
         name = name,
         srcs = srcs,
         deps = [d + INTERNAL_SUFFIX for d in libc_function_deps] + [
+            "//libc:errno",
             "//libc:libc_root",
             "//libc/test/UnitTest:LibcUnitTest",
         ] + deps,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146013.504962.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/d699ddff/attachment.bin>


More information about the llvm-commits mailing list