From 59987619e69bf4207398b437521018dd2993b843 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 13 Aug 2015 18:10:34 +0000 Subject: [PATCH] Try to fix the build after r244923 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244926 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/DependencyFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Frontend/DependencyFile.cpp b/lib/Frontend/DependencyFile.cpp index ba61bbabfd..ec47781887 100644 --- a/lib/Frontend/DependencyFile.cpp +++ b/lib/Frontend/DependencyFile.cpp @@ -486,6 +486,6 @@ bool DFGASTReaderListener::visitInputFile(llvm::StringRef Filename, void DFGASTReaderListener::visitModuleFile(llvm::StringRef Filename, serialization::ModuleKind Kind) { - if (Parent.includeModuleFiles() || Kind == MK_ExplicitModule) + if (Parent.includeModuleFiles() || Kind == serialization::MK_ExplicitModule) Parent.AddFilename(Filename); } -- 2.40.0