ruiu added inline comments. ================ Comment at: lib/Object/ELF.cpp:236 + default: + return ""; + } ---------------- It is probably more convenient to return 0x<hex> from this function for unknown types. Repository: rL LLVM https://reviews.llvm.org/D32587