Skip to content

Commit 3736ef0

Browse files
authored
[bazel] Fix build past aec87a2 (#110967)
1 parent 1701895 commit 3736ef0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,18 @@ gentbl(
15981598
td_srcs = [":omp_td_files"],
15991599
)
16001600

1601+
cc_library(
1602+
name = "FrontendAtomic",
1603+
hdrs = glob([
1604+
"include/llvm/Frontend/Atomic/*.h",
1605+
]),
1606+
copts = llvm_copts,
1607+
deps = [
1608+
":Support",
1609+
":ir_headers",
1610+
],
1611+
)
1612+
16011613
cc_library(
16021614
name = "FrontendOpenMP",
16031615
srcs = glob([
@@ -1618,6 +1630,7 @@ cc_library(
16181630
":BitReader",
16191631
":Core",
16201632
":Demangle",
1633+
":FrontendAtomic",
16211634
":FrontendOffloading",
16221635
":MC",
16231636
":Scalar",

0 commit comments

Comments
 (0)