Author: LLVM GN Syncbot Date: 2020-11-23T21:33:46Z New Revision: a1c342bf1146d52873648368210fbcaecc26f1b6
URL: https://github.com/llvm/llvm-project/commit/a1c342bf1146d52873648368210fbcaecc26f1b6 DIFF: https://github.com/llvm/llvm-project/commit/a1c342bf1146d52873648368210fbcaecc26f1b6.diff LOG: [gn build] Port f6b02ecd027 Added: Modified: llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn Removed: ################################################################################ diff --git a/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn index e49d3d08dc07..e2cf85f12a62 100644 --- a/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn @@ -5,5 +5,8 @@ static_library("APINotes") { "//clang/lib/Basic", "//llvm/lib/Support", ] - sources = [ "APINotesYAMLCompiler.cpp" ] + sources = [ + "APINotesTypes.cpp", + "APINotesYAMLCompiler.cpp", + ] } _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits