Loading utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +20 −0 Original line number Diff line number Diff line Loading @@ -9228,6 +9228,7 @@ cc_library( ":LLVMDialect", ":OpenMPCommon", ":OpenMPDialect", ":OpenMPUtils", ":SideEffectInterfaces", ":Support", ":ToLLVMIRTranslation", Loading Loading @@ -10676,6 +10677,22 @@ gentbl_cc_library( deps = [":PassBaseTdFiles"], ) cc_library( name = "OpenMPUtils", srcs = glob(["lib/Dialect/OpenMP/Utils/*.cpp"]), hdrs = glob(["include/mlir/Dialect/OpenMP/Utils/*.h"]), includes = ["include"], deps = [ ":AtomicInterfaces", ":CallOpInterfaces", ":IR", ":LLVMDialect", ":OpenMPDialect", ":Support", "//llvm:Support", ], ) cc_library( name = "OpenMPTransforms", srcs = glob( Loading @@ -10687,12 +10704,15 @@ cc_library( includes = ["include"], deps = [ ":Analysis", ":AtomicInterfaces", ":FuncDialect", ":FunctionInterfaces", ":IR", ":LLVMDialect", ":OpenACCMPOpsInterfacesIncGen", ":OpenMPDialect", ":OpenMPPassIncGen", ":OpenMPUtils", ":Pass", ":Support", ":Transforms", Loading Loading
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +20 −0 Original line number Diff line number Diff line Loading @@ -9228,6 +9228,7 @@ cc_library( ":LLVMDialect", ":OpenMPCommon", ":OpenMPDialect", ":OpenMPUtils", ":SideEffectInterfaces", ":Support", ":ToLLVMIRTranslation", Loading Loading @@ -10676,6 +10677,22 @@ gentbl_cc_library( deps = [":PassBaseTdFiles"], ) cc_library( name = "OpenMPUtils", srcs = glob(["lib/Dialect/OpenMP/Utils/*.cpp"]), hdrs = glob(["include/mlir/Dialect/OpenMP/Utils/*.h"]), includes = ["include"], deps = [ ":AtomicInterfaces", ":CallOpInterfaces", ":IR", ":LLVMDialect", ":OpenMPDialect", ":Support", "//llvm:Support", ], ) cc_library( name = "OpenMPTransforms", srcs = glob( Loading @@ -10687,12 +10704,15 @@ cc_library( includes = ["include"], deps = [ ":Analysis", ":AtomicInterfaces", ":FuncDialect", ":FunctionInterfaces", ":IR", ":LLVMDialect", ":OpenACCMPOpsInterfacesIncGen", ":OpenMPDialect", ":OpenMPPassIncGen", ":OpenMPUtils", ":Pass", ":Support", ":Transforms", Loading