diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2025-08-08 10:11:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 10:11:52 -0500 |
commit | 6a8e376d82ec849916919ee3a94110e6e8266cdf (patch) | |
tree | e93d5daf33d5852b76be104d4dd5d843ba9ae115 | |
parent | f169893cbf6e5a3cdf310ae00595f9f6e9d8c91b (diff) | |
download | llvm-6a8e376d82ec849916919ee3a94110e6e8266cdf.zip llvm-6a8e376d82ec849916919ee3a94110e6e8266cdf.tar.gz llvm-6a8e376d82ec849916919ee3a94110e6e8266cdf.tar.bz2 |
[bazel] Extra layering_check dep for #151228: BFloat16 (#152741)
-rw-r--r-- | utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel index ff93eb5..dc934a4 100644 --- a/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel @@ -77,6 +77,7 @@ libc_test_library( "//libc:__support_cpp_string_view", "//libc:__support_cpp_stringstream", "//libc:__support_cpp_type_traits", + "//libc:__support_fputil_bfloat16", "//libc:__support_fputil_cast", "//libc:__support_fputil_fp_bits", "//libc:__support_fputil_fpbits_str", |