[PATCH] D13558: [ELF2] Make VAStart a Target-dependent property

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 12:39:36 PDT 2015


hfinkel closed this revision.
hfinkel marked an inline comment as done.
hfinkel added a comment.

r249723, thanks!


================
Comment at: ELF/Target.h:42
@@ -40,2 +41,3 @@
 protected:
+  unsigned VAStart;
   unsigned PCRelReloc;
----------------
ruiu wrote:
> I think this has to be uint64_t. Otherwise it can't handle large addresses when cross-linking 32-bit host/64-bit target.
Done.


http://reviews.llvm.org/D13558





More information about the llvm-commits mailing list