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 @@ -6594,6 +6594,25 @@ cc_library(
65946594 ],
65956595)
65966596
6597+ cc_library (
6598+ name = "PtrToLLVM" ,
6599+ srcs = glob ([
6600+ "lib/Conversion/PtrToLLVM/*.cpp" ,
6601+ ]),
6602+ hdrs = glob ([
6603+ "include/mlir/Conversion/PtrToLLVM/*.h" ,
6604+ ]),
6605+ includes = ["include" ],
6606+ deps = [
6607+ ":ConversionPassIncGen" ,
6608+ ":ConvertToLLVMInterface" ,
6609+ ":IR" ,
6610+ ":LLVMCommonConversion" ,
6611+ ":LLVMDialect" ,
6612+ ":PtrDialect" ,
6613+ ],
6614+ )
6615+
65976616td_library (
65986617 name = "SMTTdFiles" ,
65996618 srcs = [
@@ -9277,6 +9296,7 @@ cc_library(
92779296 ":NVGPUTransformOps" ,
92789297 ":NVVMToLLVM" ,
92799298 ":OpenMPToLLVM" ,
9299+ ":PtrToLLVM" ,
92809300 ":ROCDLToLLVMIRTranslation" ,
92819301 ":SCFToEmitC" ,
92829302 ":SCFTransformOps" ,
You can’t perform that action at this time.
0 commit comments