parent
13366759c3
commit
052b836d23
@ -8664,6 +8664,23 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "XeVMToLLVMIRTranslation",
|
||||||
|
srcs = glob(["lib/Target/LLVMIR/Dialect/XeVM/*.cpp"]),
|
||||||
|
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/XeVM/*.h"]),
|
||||||
|
includes = ["include"],
|
||||||
|
deps = [
|
||||||
|
":DialectUtils",
|
||||||
|
":IR",
|
||||||
|
":LLVMDialect",
|
||||||
|
":Support",
|
||||||
|
":ToLLVMIRTranslation",
|
||||||
|
":XeVMDialect",
|
||||||
|
"//llvm:Core",
|
||||||
|
"//llvm:Support",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "AllToLLVMIRTranslations",
|
name = "AllToLLVMIRTranslations",
|
||||||
hdrs = ["include/mlir/Target/LLVMIR/Dialect/All.h"],
|
hdrs = ["include/mlir/Target/LLVMIR/Dialect/All.h"],
|
||||||
@ -8683,6 +8700,7 @@ cc_library(
|
|||||||
":ROCDLToLLVMIRTranslation",
|
":ROCDLToLLVMIRTranslation",
|
||||||
":SPIRVToLLVMIRTranslation",
|
":SPIRVToLLVMIRTranslation",
|
||||||
":VCIXToLLVMIRTranslation",
|
":VCIXToLLVMIRTranslation",
|
||||||
|
":XeVMToLLVMIRTranslation",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user