As stated in PR28843:
we should handle command lines with
- -target1-rel -target1-abs
- --demangle --no-demangle
Patch implements this for specified options.
There are also others conflicting options, so fix is "partial".
Paths
| Differential D23867
[ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings. ClosedPublic Authored by grimar on Aug 25 2016, 5:37 AM.
Details
Summary As stated in PR28843:
Patch implements this for specified options.
Diff Detail
Event Timeline
• rafael edited edge metadata. Comment ActionsSecond one LGTM. Maybe just rename K1 and K2 to more descriptive names. This revision is now accepted and ready to land.Aug 30 2016, 10:56 AM Closed by commit rL280211: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with… (authored by grimar). · Explain WhyAug 31 2016, 2:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69817 lld/trunk/ELF/Driver.cpp
lld/trunk/test/ELF/arm-target1.s
lld/trunk/test/ELF/conflict.s
|