Skip to content

Commit

Permalink
[bazel] Port changes from main (#99247)
Browse files Browse the repository at this point in the history
This ports 5f8c46b and
4531f82
  • Loading branch information
keith authored Jul 16, 2024
1 parent 49b2c30 commit e215cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1911,15 +1911,13 @@ libc_math_function(name = "fdimf128")
libc_math_function(
name = "ceil",
specializations = [
"aarch64",
"generic",
],
)

libc_math_function(
name = "ceilf",
specializations = [
"aarch64",
"generic",
],
)
Expand All @@ -1936,15 +1934,13 @@ libc_math_function(name = "ceilf128")
libc_math_function(
name = "floor",
specializations = [
"aarch64",
"generic",
],
)

libc_math_function(
name = "floorf",
specializations = [
"aarch64",
"generic",
],
)
Expand All @@ -1964,15 +1960,13 @@ libc_math_function(name = "ldexpf128")
libc_math_function(
name = "trunc",
specializations = [
"aarch64",
"generic",
],
)

libc_math_function(
name = "truncf",
specializations = [
"aarch64",
"generic",
],
)
Expand All @@ -1984,15 +1978,13 @@ libc_math_function(name = "truncf128")
libc_math_function(
name = "round",
specializations = [
"aarch64",
"generic",
],
)

libc_math_function(
name = "roundf",
specializations = [
"aarch64",
"generic",
],
)
Expand Down
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e215cf7

Please sign in to comment.