[PATCH] D139563: [bazel] Add fenv_darwin_impl.h to target

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 11:13:35 PST 2022


keith created this revision.
Herald added a project: All.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fixes https://github.com/llvm/llvm-project/issues/59378


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139563

Files:
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/libc/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -276,6 +276,7 @@
     textual_hdrs = [
         "src/__support/FPUtil/x86_64/FEnvImpl.h",
         "src/__support/FPUtil/aarch64/FEnvImpl.h",
+        "src/__support/FPUtil/aarch64/fenv_darwin_impl.h",
     ],
     deps = [
         ":__support_common",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139563.480988.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/e53a26d8/attachment.bin>


More information about the llvm-commits mailing list