Skip to content

Commit ec17161

Browse files
committed
[gn build] Port b41b86a
1 parent 04bf00c commit ec17161

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)