aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-12-01 09:47:26 +0100
committerGitHub <noreply@github.com>2023-12-01 09:47:26 +0100
commit2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b (patch)
treef19b9bea24ee702b6d0b39455e63d54a7dce6841 /utils
parent1726b65e4c273d55dd54838a742b03caff4abcdd (diff)
downloadllvm-2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b.zip
llvm-2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b.tar.gz
llvm-2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b.tar.bz2
[libc] Fix _Float16 detection for x86 (#73947)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index fdd620a..d53ca20 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -86,6 +86,7 @@ libc_support_library(
deps = [
":__support_macros_properties_architectures",
":__support_macros_properties_compiler",
+ ":__support_macros_properties_cpu_features",
":__support_macros_properties_os",
],
)