sbc100 added inline comments. ================ Comment at: lib/MC/MCAssembler.cpp:202 + if (!Reloc.getSymB()) + return; + ---------------- Maybe move this check down so getSymB is only called once? https://reviews.llvm.org/D34988