From: Chaoren Lin Date: Thu, 23 Apr 2015 22:19:29 +0000 (+0000) Subject: Fix build. X-Git-Tag: llvmorg-3.7.0-rc1~6122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82c6a40ba6120721a17ccf1ba5e57dfd5766b121;p=platform%2Fupstream%2Fllvm.git Fix build. llvm-svn: 235653 --- diff --git a/lldb/source/Expression/ClangModulesDeclVendor.cpp b/lldb/source/Expression/ClangModulesDeclVendor.cpp index 9269bec..b4316a9 100644 --- a/lldb/source/Expression/ClangModulesDeclVendor.cpp +++ b/lldb/source/Expression/ClangModulesDeclVendor.cpp @@ -450,7 +450,7 @@ ClangModulesDeclVendorImpl::ForEachMacro(const ClangModulesDeclVendor::ModuleVec directive != nullptr; directive = directive->getPrevious()) { - unsigned module_id = directive->getOwningModuleID(); + unsigned module_id = directive->getMacroInfo()->getOwningModuleID(); if (!module_id) continue;