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 @@ -931,6 +931,23 @@ gentbl_cc_library(
931
931
deps = [":EmitCTdFiles" ],
932
932
)
933
933
934
+ cc_library (
935
+ name = "TargetCpp" ,
936
+ srcs = glob ([
937
+ "lib/Target/Cpp/*.cpp" ,
938
+ "lib/Target/Cpp/*.h" ,
939
+ ]),
940
+ hdrs = glob (["include/mlir/Target/Cpp/*.h" ]),
941
+ deps = [
942
+ ":EmitC" ,
943
+ ":IR" ,
944
+ ":SCFDialect" ,
945
+ ":StandardOps" ,
946
+ ":Support" ,
947
+ ":Translation" ,
948
+ ],
949
+ )
950
+
934
951
##---------------------------------------------------------------------------##
935
952
# Async dialect.
936
953
##---------------------------------------------------------------------------##
@@ -4995,6 +5012,7 @@ cc_library(
4995
5012
deps = [
4996
5013
":FromLLVMIRTranslation" ,
4997
5014
":SPIRVTranslateRegistration" ,
5015
+ ":TargetCpp" ,
4998
5016
":ToLLVMIRTranslationRegistration" ,
4999
5017
],
5000
5018
)
You can’t perform that action at this time.
0 commit comments