[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldChecker.cpp
index c42287a480ba891a32172f343cc8b4ac21bf0052..07e0d3ab64528e8896f2a972358eba652a0f7400 100644 (file)
@@ -860,7 +860,6 @@ void RuntimeDyldCheckerImpl::registerSection(
   const SectionEntry &Section = getRTDyld().Sections[SectionID];
   StringRef SectionName = Section.Name;
 
-  dbgs() << "Registering " << SectionName << "\n";
   Stubs[FileName][SectionName].SectionID = SectionID;
 }