X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FExecutionEngine%2FRuntimeDyld%2FRuntimeDyld.cpp;h=810fbfff2f5d8519cbd716f0aec9d32459ace5fa;hp=7434c2a06666f35915344d01fe266aec78426d1f;hb=8c3156eb828535001b859714e455de94280227ac;hpb=f072ab78ee3845725668c0ef8b4da598e1af9788 diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp index 7434c2a0666..810fbfff2f5 100644 --- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp +++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp @@ -206,12 +206,10 @@ ObjectImage *RuntimeDyldImpl::loadObject(ObjectImage *InputObject) { I = processRelocationRef(SectionID, I, *Obj, LocalSections, LocalSymbols, Stubs); -#ifndef NDEBUG // If there is an attached checker, notify it about the stubs for this // section so that they can be verified. if (Checker) Checker->registerStubMap(Obj->getImageName(), SectionID, Stubs); -#endif } // Give the subclasses a chance to tie-up any loose ends.