We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c89d7 commit 723aeafCopy full SHA for 723aeaf
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1619,13 +1619,16 @@ gentbl(
1619
1620
cc_library(
1621
name = "FrontendAtomic",
1622
+ srcs = glob([
1623
+ "lib/Frontend/Atomic/*.cpp",
1624
+ ]),
1625
hdrs = glob([
1626
"include/llvm/Frontend/Atomic/*.h",
1627
]),
1628
copts = llvm_copts,
1629
deps = [
1630
+ ":Core",
1631
":Support",
- ":ir_headers",
1632
],
1633
)
1634
0 commit comments