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 a73e591 commit 2639deaCopy full SHA for 2639dea
llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
@@ -10,6 +10,7 @@ unittest("FrontendTests") {
10
"//clang/lib/FrontendTool",
11
"//clang/lib/Lex",
12
"//clang/lib/Sema",
13
+ "//clang/lib/Tooling",
14
"//llvm/lib/Support",
15
"//llvm/lib/TargetParser",
16
]
@@ -20,6 +21,7 @@ unittest("FrontendTests") {
20
21
"CompilerInvocationTest.cpp",
22
"FixedPointString.cpp",
23
"FrontendActionTest.cpp",
24
+ "NoAlterCodeGenActionTest.cpp",
25
"OutputStreamTest.cpp",
26
"PCHPreambleTest.cpp",
27
"ParsedSourceLocationTest.cpp",
0 commit comments