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(
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+
71407159td_library (
71417160 name = "TensorOpsTdFiles" ,
71427161 srcs = [
@@ -9002,6 +9021,7 @@ cc_library(
90029021 ":TargetCpp" ,
90039022 ":TargetSMTLIB" ,
90049023 ":ToLLVMIRTranslationRegistration" ,
9024+ ":WasmTranslationRegistration" ,
90059025 ],
90069026)
90079027
You can’t perform that action at this time.
0 commit comments