[PATCH] D25826: [ELF] Show error location for 'undefined symbol' errors
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 08:04:50 PDT 2016
grimar added inline comments.
================
Comment at: ELF/InputFiles.cpp:61
+template <class ELFT>
+bool DIHelperImpl<ELFT>::getLineInfo(InputSectionBase<ELFT> *S, uintX_t Offset,
+ DILineInfo &LineInfo) {
----------------
I wonder if this class can be not templated.
You probably can pass uint64_t Addr and DILineInfo &LineInfo only.
https://reviews.llvm.org/D25826
More information about the llvm-commits
mailing list