diff options
| author | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2020-09-25 12:13:19 +0000 |
|---|---|---|
| committer | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2020-09-25 12:13:19 +0000 |
| commit | 9112567bbd1f479599e389ef9f45f820a1eab59c (patch) | |
| tree | 79b296dc729d1aee83af0cd37706aeff41c3cd42 | |
| parent | 6a1bca8798c6ba119f188061472b60876495b9ae (diff) | |
| download | llvm-9112567bbd1f479599e389ef9f45f820a1eab59c.zip llvm-9112567bbd1f479599e389ef9f45f820a1eab59c.tar.gz llvm-9112567bbd1f479599e389ef9f45f820a1eab59c.tar.bz2 | |
[gn build] Port e336b74c995
| -rw-r--r-- | llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn | 1 | ||||
| -rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn index e08c923..d79fffc 100644 --- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn @@ -15,6 +15,7 @@ static_library("Format") { "Format.cpp", "FormatToken.cpp", "FormatTokenLexer.cpp", + "MacroExpander.cpp", "NamespaceEndCommentsFixer.cpp", "SortJavaScriptImports.cpp", "TokenAnalyzer.cpp", diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn index 5125580..6a7ea24 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn @@ -23,6 +23,7 @@ unittest("FormatTests") { "FormatTestSelective.cpp", "FormatTestTableGen.cpp", "FormatTestTextProto.cpp", + "MacroExpanderTest.cpp", "NamespaceEndCommentsFixerTest.cpp", "SortImportsTestJS.cpp", "SortImportsTestJava.cpp", |
