File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7137,6 +7137,26 @@ cc_library(
71377137 ],
71387138)
71397139
7140+ cc_library (
7141+ name = "WasmImport" ,
7142+ srcs = [
7143+ "lib/Target/Wasm/TranslateRegistration.cpp" ,
7144+ "lib/Target/Wasm/TranslateFromWasm.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+ ":WasmSSADialect" ,
7154+ ":Support" ,
7155+ ":TranslateLib" ,
7156+ "//llvm:Support" ,
7157+ ],
7158+ )
7159+
71407160td_library (
71417161 name = "TensorOpsTdFiles" ,
71427162 srcs = [
@@ -9002,6 +9022,7 @@ cc_library(
90029022 ":TargetCpp" ,
90039023 ":TargetSMTLIB" ,
90049024 ":ToLLVMIRTranslationRegistration" ,
9025+ ":WasmImport" ,
90059026 ],
90069027)
90079028
You can’t perform that action at this time.
0 commit comments