Skip to content

Commit bf8fd08

Browse files
committed
[llvm][mlir][bazel] Fix build.
1 parent c336a06 commit bf8fd08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8000,6 +8000,7 @@ cc_library(
80008000
"//llvm:Core",
80018001
"//llvm:FrontendOpenMP",
80028002
"//llvm:Support",
8003+
"//llvm:TransformUtils",
80038004
],
80048005
)
80058006

utils/bazel/llvm-project-overlay/third-party/unittest/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ cc_library(
5252
) + [
5353
],
5454
hdrs = [
55+
"googletest/include/gtest/internal/gtest-port.h",
5556
"googletest/include/gtest/gtest.h",
5657
"googletest/include/gtest/gtest-spi.h",
5758
],

0 commit comments

Comments
 (0)