Skip to content

Commit 723aeaf

Browse files
committed
[bazel] Fixup for #119199, FrontendAtomic
1 parent 29c89d7 commit 723aeaf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,13 +1619,16 @@ gentbl(
16191619

16201620
cc_library(
16211621
name = "FrontendAtomic",
1622+
srcs = glob([
1623+
"lib/Frontend/Atomic/*.cpp",
1624+
]),
16221625
hdrs = glob([
16231626
"include/llvm/Frontend/Atomic/*.h",
16241627
]),
16251628
copts = llvm_copts,
16261629
deps = [
1630+
":Core",
16271631
":Support",
1628-
":ir_headers",
16291632
],
16301633
)
16311634

0 commit comments

Comments
 (0)