[PATCH] D16648: ELF: Find invalid relocations as many as possible.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 12:00:58 PST 2016
ruiu added inline comments.
================
Comment at: ELF/Writer.cpp:168
@@ -166,2 +167,3 @@
+ return;
fatal(Buffer->commit());
}
----------------
Done.
================
Comment at: ELF/Writer.cpp:173
@@ -170,3 +172,3 @@
template <bool Is64Bits> struct SectionKey {
typedef typename std::conditional<Is64Bits, uint64_t, uint32_t>::type uintX_t;
StringRef Name;
----------------
Done.
http://reviews.llvm.org/D16648
More information about the llvm-commits
mailing list