Skip to content

Commit

Permalink
[bazel] Fix build past aec87a2
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin committed Oct 3, 2024
1 parent 1701895 commit 8aaaccd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,18 @@ gentbl(
td_srcs = [":omp_td_files"],
)

cc_library(
name = "FrontendAtomic",
hdrs = glob([
"include/llvm/Frontend/Atomic/*.h",
]),
copts = llvm_copts,
deps = [
":Support",
":ir_headers",
],
)

cc_library(
name = "FrontendOpenMP",
srcs = glob([
Expand All @@ -1618,6 +1630,7 @@ cc_library(
":BitReader",
":Core",
":Demangle",
":FrontendAtomic",
":FrontendOffloading",
":MC",
":Scalar",
Expand Down

0 comments on commit 8aaaccd

Please sign in to comment.