[PATCH] D34577: [COFF] Improve synthetic symbol handling

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 15:47:32 PDT 2017


rnk marked an inline comment as done.
rnk added inline comments.


================
Comment at: lld/COFF/Symbols.h:170
   uint32_t getValue() { return Sym->Value; }
+  uint64_t getSecrel();
 
----------------
ruiu wrote:
> Why is it 64 bit?
I'll fix it. I was worried about truncation warnings.


https://reviews.llvm.org/D34577





More information about the llvm-commits mailing list