[gn build] Port b41b86a907

This commit is contained in:
LLVM GN Syncbot
2025-02-14 17:39:54 +00:00
parent 04bf00c7c4
commit ec17161c6e
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ static_library("Lex") {
"HeaderMap.cpp",
"HeaderSearch.cpp",
"InitHeaderSearch.cpp",
"LexHLSLRootSignature.cpp",
"Lexer.cpp",
"LiteralSupport.cpp",
"MacroArgs.cpp",

View File

@@ -17,6 +17,7 @@ unittest("LexTests") {
"DependencyDirectivesScannerTest.cpp",
"HeaderMapTest.cpp",
"HeaderSearchTest.cpp",
"LexHLSLRootSignatureTest.cpp",
"LexerTest.cpp",
"ModuleDeclStateTest.cpp",
"PPCallbacksTest.cpp",