[llvm] [bazel] Fix smoke/BUILD.bazel layering in nextafter_test_template (PR #94641)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 09:46:15 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Jordan Rupprecht (rupprecht)
<details>
<summary>Changes</summary>
After 63cda2d19c310826722e8724649ceae7307389d7.
See also a97871e07dd62510dea1bb71b0f74261f52e4479.
---
Full diff: https://github.com/llvm/llvm-project/pull/94641.diff
1 Files Affected:
- (modified) utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel (+2)
``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
index eccea8faeebc0..2ad2209925ceb 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
@@ -136,7 +136,9 @@ libc_support_library(
"//libc:__support_cpp_bit",
"//libc:__support_cpp_type_traits",
"//libc:__support_fputil_basic_operations",
+ "//libc:__support_fputil_fenv_impl",
"//libc:__support_fputil_fp_bits",
+ "//libc:hdr_fenv_macros",
"//libc:hdr_math_macros",
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
``````````
</details>
https://github.com/llvm/llvm-project/pull/94641
More information about the llvm-commits
mailing list