Skip to content

Commit

Permalink
[bazel][mlir] Add missing ROCDLTarget srcs/deps (llvm#106322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupprecht authored Aug 28, 2024
1 parent 1601879 commit 82db08e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6551,7 +6551,10 @@ cc_library(

cc_library(
name = "ROCDLTarget",
srcs = ["lib/Target/LLVM/ROCDL/Target.cpp"],
srcs = [
"lib/Target/LLVM/ROCDL/Target.cpp",
"lib/Target/LLVM/ROCDL/Utils.cpp",
],
hdrs = glob(["include/mlir/Target/LLVM/ROCDL/*.h"]),
includes = ["include"],
deps = [
Expand All @@ -6564,6 +6567,7 @@ cc_library(
":TargetLLVM",
":ToLLVMIRTranslation",
"//llvm:Core",
"//llvm:FrontendOffloading",
"//llvm:MC",
"//llvm:MCParser",
"//llvm:Support",
Expand Down

0 comments on commit 82db08e

Please sign in to comment.