Hi all, How does the new lld implementation work with the "Linker Script" for the object file adjustment? I couldn't find enough resources on the web. Any help is highly appreciated. Cheers, ES -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160420/dc5445e8/attachment-0001.html>
for instance, where is the internal default linker script located? How can I change the default values, for example the star address... On Wed, Apr 20, 2016 at 5:17 PM, Sky Flyer <skylake007 at gmail.com> wrote:> Hi all, > > How does the new lld implementation work with the "Linker Script" for the > object file adjustment? > I couldn't find enough resources on the web. Any help is highly > appreciated. > > Cheers, > ES >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160420/68fee3e4/attachment.html>
Rafael EspĂndola via llvm-dev
2016-Apr-20 18:05 UTC
[llvm-dev] Link using a linker script
There is no default linker script. Cheers, Rafael On 20 April 2016 at 11:23, Sky Flyer via llvm-dev <llvm-dev at lists.llvm.org> wrote:> for instance, where is the internal default linker script located? How can I > change the default values, for example the star address... > > On Wed, Apr 20, 2016 at 5:17 PM, Sky Flyer <skylake007 at gmail.com> wrote: >> >> Hi all, >> >> How does the new lld implementation work with the "Linker Script" for the >> object file adjustment? >> I couldn't find enough resources on the web. Any help is highly >> appreciated. >> >> Cheers, >> ES > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >