X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FDIContext.cpp;h=01aecf8226e19d0b20921e40b1caa38f9a82ea14;hb=f4a288c0f06f5333925e1bc8a7b35be9c3e88f12;hp=29ef8f29f14713ef41fdee07e3eb1e17d78d4d97;hpb=81becb73abf0d4f39adf73fe6a35b1c30af70231;p=oota-llvm.git diff --git a/lib/DebugInfo/DIContext.cpp b/lib/DebugInfo/DIContext.cpp index 29ef8f29f14..01aecf8226e 100644 --- a/lib/DebugInfo/DIContext.cpp +++ b/lib/DebugInfo/DIContext.cpp @@ -13,6 +13,6 @@ using namespace llvm; DIContext::~DIContext() {} -DIContext *DIContext::getDWARFContext(object::ObjectFile &Obj) { +DIContext *DIContext::getDWARFContext(const object::ObjectFile &Obj) { return new DWARFContextInMemory(Obj); }