File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8664,6 +8664,23 @@ cc_library(
8664
8664
],
8665
8665
)
8666
8666
8667
+ cc_library (
8668
+ name = "XeVMToLLVMIRTranslation" ,
8669
+ srcs = glob (["lib/Target/LLVMIR/Dialect/XeVM/*.cpp" ]),
8670
+ hdrs = glob (["include/mlir/Target/LLVMIR/Dialect/XeVM/*.h" ]),
8671
+ includes = ["include" ],
8672
+ deps = [
8673
+ ":DialectUtils" ,
8674
+ ":IR" ,
8675
+ ":LLVMDialect" ,
8676
+ ":Support" ,
8677
+ ":ToLLVMIRTranslation" ,
8678
+ ":XeVMDialect" ,
8679
+ "//llvm:Core" ,
8680
+ "//llvm:Support" ,
8681
+ ],
8682
+ )
8683
+
8667
8684
cc_library (
8668
8685
name = "AllToLLVMIRTranslations" ,
8669
8686
hdrs = ["include/mlir/Target/LLVMIR/Dialect/All.h" ],
@@ -8683,6 +8700,7 @@ cc_library(
8683
8700
":ROCDLToLLVMIRTranslation" ,
8684
8701
":SPIRVToLLVMIRTranslation" ,
8685
8702
":VCIXToLLVMIRTranslation" ,
8703
+ ":XeVMToLLVMIRTranslation" ,
8686
8704
],
8687
8705
)
8688
8706
You can’t perform that action at this time.
0 commit comments