[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 15:44:19 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa72883b7612f: [bazel] Add fenv_darwin_impl.h to target (authored by keith).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139563/new/

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.481091.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/e89e473f/attachment.bin>


More information about the llvm-commits mailing list