summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-08-13 18:10:34 +0000
committerReid Kleckner <rnk@google.com>2015-08-13 18:10:34 +0000
commit90fd1db21bea2bc0347b1e6139ad96338b02567e (patch)
tree322e6a4b4ed0ec68f325342d5af6acce0c8a0508 /clang/lib
parent7ec8ba44b5660f28b516a609a54b274f80124fdd (diff)
downloadbcm5719-llvm-90fd1db21bea2bc0347b1e6139ad96338b02567e.tar.gz
bcm5719-llvm-90fd1db21bea2bc0347b1e6139ad96338b02567e.zip
Try to fix the build after r244923
llvm-svn: 244926
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Frontend/DependencyFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/DependencyFile.cpp b/clang/lib/Frontend/DependencyFile.cpp
index ba61bbabfdb..ec47781887b 100644
--- a/clang/lib/Frontend/DependencyFile.cpp
+++ b/clang/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);
}
OpenPOWER on IntegriCloud