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 5c8985e commit 243f14dCopy full SHA for 243f14d
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1863,6 +1863,7 @@ cc_library(
1863
"//llvm:Support",
1864
"//llvm:Target",
1865
"//llvm:TargetParser",
1866
+ "//llvm:TextAPI",
1867
"//llvm:config",
1868
],
1869
)
@@ -2064,7 +2065,9 @@ cc_library(
2064
2065
includes = ["include"],
2066
deps = [
2067
":ast",
2068
+ ":basic",
2069
":support",
2070
+ "//llvm:Support",
2071
"//llvm:TextAPI",
2072
2073
0 commit comments