From: Nico Weber Date: Thu, 18 Apr 2019 14:26:52 +0000 (+0000) Subject: gn build: Merge r358633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556c106483eac047dc9fc9f729252c15b6f7a78e;p=llvm gn build: Merge r358633 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358669 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang/lib/Sema/BUILD.gn b/utils/gn/secondary/clang/lib/Sema/BUILD.gn index 716f4d555b9..1b2994d7ad8 100644 --- a/utils/gn/secondary/clang/lib/Sema/BUILD.gn +++ b/utils/gn/secondary/clang/lib/Sema/BUILD.gn @@ -48,6 +48,7 @@ static_library("Sema") { "SemaInit.cpp", "SemaLambda.cpp", "SemaLookup.cpp", + "SemaModule.cpp", "SemaObjCProperty.cpp", "SemaOpenMP.cpp", "SemaOverload.cpp",