From e215cf70998f299a0859d64b35c7f8f29bd478c6 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 16 Jul 2024 14:52:16 -0700 Subject: [PATCH] [bazel] Port changes from main (#99247) This ports 5f8c46b88799a710f98c00d377d7edc34096f85d and 4531f82c1ad905614c1df9359a77d48e6397fd97 --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 8 -------- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 1687321b521e68..f0c25e658fd186 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -1911,7 +1911,6 @@ libc_math_function(name = "fdimf128") libc_math_function( name = "ceil", specializations = [ - "aarch64", "generic", ], ) @@ -1919,7 +1918,6 @@ libc_math_function( libc_math_function( name = "ceilf", specializations = [ - "aarch64", "generic", ], ) @@ -1936,7 +1934,6 @@ libc_math_function(name = "ceilf128") libc_math_function( name = "floor", specializations = [ - "aarch64", "generic", ], ) @@ -1944,7 +1941,6 @@ libc_math_function( libc_math_function( name = "floorf", specializations = [ - "aarch64", "generic", ], ) @@ -1964,7 +1960,6 @@ libc_math_function(name = "ldexpf128") libc_math_function( name = "trunc", specializations = [ - "aarch64", "generic", ], ) @@ -1972,7 +1967,6 @@ libc_math_function( libc_math_function( name = "truncf", specializations = [ - "aarch64", "generic", ], ) @@ -1984,7 +1978,6 @@ libc_math_function(name = "truncf128") libc_math_function( name = "round", specializations = [ - "aarch64", "generic", ], ) @@ -1992,7 +1985,6 @@ libc_math_function( libc_math_function( name = "roundf", specializations = [ - "aarch64", "generic", ], ) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index af542bba57d5f8..8d2b2be67ad790 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -431,6 +431,7 @@ mlir_c_api_cc_library( "include/mlir/CAPI/Interfaces.h", "include/mlir/CAPI/Pass.h", "include/mlir/CAPI/Registration.h", + "include/mlir/CAPI/Rewrite.h", "include/mlir/CAPI/Support.h", "include/mlir/CAPI/Utils.h", "include/mlir/CAPI/Wrap.h",