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 04bf00c commit ec17161Copy full SHA for ec17161
llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn
@@ -11,6 +11,7 @@ static_library("Lex") {
11
"HeaderMap.cpp",
12
"HeaderSearch.cpp",
13
"InitHeaderSearch.cpp",
14
+ "LexHLSLRootSignature.cpp",
15
"Lexer.cpp",
16
"LiteralSupport.cpp",
17
"MacroArgs.cpp",
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@ -17,6 +17,7 @@ unittest("LexTests") {
"DependencyDirectivesScannerTest.cpp",
18
"HeaderMapTest.cpp",
19
"HeaderSearchTest.cpp",
20
+ "LexHLSLRootSignatureTest.cpp",
21
"LexerTest.cpp",
22
"ModuleDeclStateTest.cpp",
23
"PPCallbacksTest.cpp",
0 commit comments