[PATCH] D38623: [ELF] - Improve "has non-ABS reloc" error.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 12:30:05 PDT 2017


ruiu added inline comments.


================
Comment at: ELF/InputSection.cpp:687
+      error(this->getLocation<ELFT>(Offset) + ": has non-ABS relocation " +
+            lld::toString(Type) + " against symbol '" + toString(Sym) + "'");
       return;
----------------
I don't think you need `lld::`.


https://reviews.llvm.org/D38623





More information about the llvm-commits mailing list