[lld] r277369 - [ELF/ARM] Add support for R_ARM_TARGET1 relocation.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 15:13:06 PDT 2016


On Tue, Aug 2, 2016 at 3:04 PM, Davide Italiano <davide at freebsd.org> wrote:

> On Tue, Aug 2, 2016 at 6:38 AM, Rafael EspĂ­ndola
> <rafael.espindola at gmail.com> wrote:
> >> +  Config->Target1Rel = Args.hasArg(OPT_target1_rel);
> >
> > Is "target1-rel -target1-abs" valid? If so you probably need to get
> > the last one.
> >
>
> I think it makes sense. Do we have a way of handling this in general,
> Rui? I think it applies also to --demangle/--no-demangle etc..
>

We are currently not handling these kind of stuff well except a few options
such as --whole-archive and --no-whole-archive. I think we don't even have
--demangle as opposed to --no-demangle because --demangle is the default
option and thus ignored. We eventually should handle them properly, so you
can do if you want. Not sure if it is something you want to do right now,
though.


> Thanks!
>
> --
> Davide
>
> "There are no solved problems; there are only problems that are more
> or less solved" -- Henri Poincare
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/1dc024a5/attachment.html>


More information about the llvm-commits mailing list