[llvm] r374904 - gn build: Merge r374903

GN Sync Bot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 08:33:04 PDT 2019


Author: gnsyncbot
Date: Tue Oct 15 08:33:04 2019
New Revision: 374904

URL: http://llvm.org/viewvc/llvm-project?rev=374904&view=rev
Log:
gn build: Merge r374903

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=374904&r1=374903&r2=374904&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 08:33:04 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