[bazel] Add fenv_darwin_impl.h to target
authorKeith Smiley <keithbsmiley@gmail.com>
Wed, 7 Dec 2022 19:13:03 +0000 (11:13 -0800)
committerKeith Smiley <keithbsmiley@gmail.com>
Wed, 7 Dec 2022 23:43:47 +0000 (15:43 -0800)
Fixes https://github.com/llvm/llvm-project/issues/59378

Differential Revision: https://reviews.llvm.org/D139563

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

index 484e4f1..5cfc002 100644 (file)
@@ -276,6 +276,7 @@ cc_library(
     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",