Skip to content

Commit fe5dba3

Browse files
committed
[bazel][libc] Add missing fenv dep for aarch64
For 4956118.
1 parent 6393482 commit fe5dba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ libc_support_library(
747747
":__support_macros_properties_architectures",
748748
":__support_macros_sanitizer",
749749
":errno",
750+
":hdr_fenv_macros",
750751
":hdr_math_macros",
751752
],
752753
)
@@ -756,7 +757,7 @@ libc_support_library(
756757
hdrs = ["src/__support/FPUtil/rounding_mode.h"],
757758
deps = [
758759
":__support_macros_attributes",
759-
":hdr_fenv_macros",
760+
":hdr_fenv_macros",
760761
],
761762
)
762763

0 commit comments

Comments
 (0)