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 d37affb commit d1f0444Copy full SHA for d1f0444
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1843,7 +1843,6 @@ cc_library(
1843
":driver",
1844
":driver_options_inc_gen",
1845
":edit",
1846
- ":install_api",
1847
":lex",
1848
":parse",
1849
":sema",
@@ -2066,7 +2065,9 @@ cc_library(
2066
2065
deps = [
2067
":ast",
2068
":basic",
+ ":frontend",
2069
":support",
2070
+ "//llvm:Core",
2071
"//llvm:Support",
2072
"//llvm:TextAPI",
2073
],
0 commit comments