[llvm] r374883 - gn build: Merge r374882
GN Sync Bot via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 04:55:38 PDT 2019
Author: gnsyncbot
Date: Tue Oct 15 04:55:38 2019
New Revision: 374883
URL: http://llvm.org/viewvc/llvm-project?rev=374883&view=rev
Log:
gn build: Merge r374882
Modified:
llvm/trunk/utils/gn/secondary/clang/lib/Sema/BUILD.gn
Modified: llvm/trunk/utils/gn/secondary/clang/lib/Sema/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/lib/Sema/BUILD.gn?rev=374883&r1=374882&r2=374883&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/lib/Sema/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/lib/Sema/BUILD.gn Tue Oct 15 04:55:38 2019
@@ -40,6 +40,7 @@ static_library("Sema") {
"SemaCast.cpp",
"SemaChecking.cpp",
"SemaCodeComplete.cpp",
+ "SemaConcept.cpp",
"SemaConsumer.cpp",
"SemaCoroutine.cpp",
"SemaDecl.cpp",
More information about the llvm-commits
mailing list