1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

[gn build] Port e336b74c995

This commit is contained in:
LLVM GN Syncbot 2020-09-25 12:13:19 +00:00
parent f0bf472ab7
commit e82f648232
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ static_library("Format") {
"Format.cpp",
"FormatToken.cpp",
"FormatTokenLexer.cpp",
"MacroExpander.cpp",
"NamespaceEndCommentsFixer.cpp",
"SortJavaScriptImports.cpp",
"TokenAnalyzer.cpp",

View File

@ -23,6 +23,7 @@ unittest("FormatTests") {
"FormatTestSelective.cpp",
"FormatTestTableGen.cpp",
"FormatTestTextProto.cpp",
"MacroExpanderTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
"SortImportsTestJS.cpp",
"SortImportsTestJava.cpp",