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 3b9b3d5 commit b160e9eCopy full SHA for b160e9e
llvm/utils/gn/secondary/clang/lib/CrossTU/BUILD.gn
@@ -6,6 +6,10 @@ static_library("CrossTU") {
6
"//clang/lib/Basic",
7
"//clang/lib/Frontend",
8
"//clang/lib/Index",
9
+ "//clang/lib/Serialization",
10
+
11
+ # FIXME: This shouldn't be here, https://reviews.llvm.org/D75665#2004891
12
+ "//clang/lib/Tooling",
13
"//llvm/lib/Support",
14
]
15
sources = [
0 commit comments