File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7137,6 +7137,25 @@ cc_library(
7137
7137
],
7138
7138
)
7139
7139
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
+
7140
7159
td_library (
7141
7160
name = "TensorOpsTdFiles" ,
7142
7161
srcs = [
@@ -9002,6 +9021,7 @@ cc_library(
9002
9021
":TargetCpp" ,
9003
9022
":TargetSMTLIB" ,
9004
9023
":ToLLVMIRTranslationRegistration" ,
9024
+ ":WasmTranslationRegistration" ,
9005
9025
],
9006
9026
)
9007
9027
You can’t perform that action at this time.
0 commit comments