[ORC] Remove stray debugging output.

This commit is contained in:
Lang Hames 2020-09-01 20:53:28 -07:00
parent ce66089ac6
commit bd09e0dd74
1 changed files with 1 additions and 3 deletions

View File

@ -326,10 +326,8 @@ void MachOPlatform::InitScraperPlugin::modifyPassConfig(
JITTargetAddress ObjCImageInfoAddr = 0;
if (auto *ObjCImageInfoSec = G.findSectionByName("__objc_image_info")) {
if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) {
if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart())
ObjCImageInfoAddr = Addr;
dbgs() << "Recorded __objc_imageinfo @ " << formatv("{0:x16}", Addr);
}
}
// Record __mod_init_func.