Skip to content

Commit 7a9a727

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port b41b86a
2 parents 0ea17b5 + ec17161 commit 7a9a727

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ static_library("Lex") {
1111
"HeaderMap.cpp",
1212
"HeaderSearch.cpp",
1313
"InitHeaderSearch.cpp",
14+
"LexHLSLRootSignature.cpp",
1415
"Lexer.cpp",
1516
"LiteralSupport.cpp",
1617
"MacroArgs.cpp",

llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ unittest("LexTests") {
1717
"DependencyDirectivesScannerTest.cpp",
1818
"HeaderMapTest.cpp",
1919
"HeaderSearchTest.cpp",
20+
"LexHLSLRootSignatureTest.cpp",
2021
"LexerTest.cpp",
2122
"ModuleDeclStateTest.cpp",
2223
"PPCallbacksTest.cpp",

0 commit comments

Comments
 (0)