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 e66ea43 commit dd44003Copy full SHA for dd44003
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -2525,6 +2525,7 @@ cc_binary(
2525
"//llvm:Object",
2526
"//llvm:Option",
2527
"//llvm:Passes",
2528
+ "//llvm:Remarks",
2529
"//llvm:Support",
2530
"//llvm:Target",
2531
"//llvm:TargetParser",
@@ -2637,9 +2638,9 @@ cc_library(
2637
2638
"lib/ExtractAPI/**/*.cpp",
2639
]),
2640
hdrs = glob([
- "include/clang/ExtractAPI/**/*.h",
2641
+ "include/clang/ExtractAPI/**/*.h",
2642
]) + [
- "include/clang/ExtractAPI/APIRecords.inc",
2643
+ "include/clang/ExtractAPI/APIRecords.inc",
2644
],
2645
includes = ["include"],
2646
deps = [
0 commit comments