[PATCH] D22116: [ELF] Support for setting the base address

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 15:44:47 PDT 2016


ruiu added a subscriber: ruiu.
ruiu added a comment.

This patch sets the process start address, but is this what -Ttext-segment should do? GNU ld's manual page says that the option sets the start address of the text segment. So it should set the start address of .text segment, no?


http://reviews.llvm.org/D22116





More information about the llvm-commits mailing list