Skip to content

Commit 8c0914d

Browse files
authored
[mlir][bazel] Fix Bazel build after 6bb8f6f (#153811)
1 parent f4bc315 commit 8c0914d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7137,6 +7137,25 @@ cc_library(
71377137
],
71387138
)
71397139

7140+
cc_library(
7141+
name = "WasmTranslationRegistration",
7142+
srcs = [
7143+
"lib/Target/Wasm/TranslateFromWasm.cpp",
7144+
"lib/Target/Wasm/TranslateRegistration.cpp",
7145+
],
7146+
hdrs = [
7147+
"include/mlir/Target/Wasm/WasmBinaryEncoding.h",
7148+
"include/mlir/Target/Wasm/WasmImporter.h",
7149+
],
7150+
includes = ["include"],
7151+
deps = [
7152+
":IR",
7153+
":TranslateLib",
7154+
":WasmSSADialect",
7155+
"//llvm:Support",
7156+
],
7157+
)
7158+
71407159
td_library(
71417160
name = "TensorOpsTdFiles",
71427161
srcs = [
@@ -9002,6 +9021,7 @@ cc_library(
90029021
":TargetCpp",
90039022
":TargetSMTLIB",
90049023
":ToLLVMIRTranslationRegistration",
9024+
":WasmTranslationRegistration",
90059025
],
90069026
)
90079027

0 commit comments

Comments
 (0)