LGTM, thanks! ================ Comment at: tools/llvm-symbolizer/LLVMSymbolize.cpp:60 @@ +59,3 @@ + Module->getBytesInAddress())); + OpdAddress = Section->getAddress(); + break; ---------------- Put this under the if-statement, where you define OpdExtractor. http://reviews.llvm.org/D6110