https://bugs.llvm.org/show_bug.cgi?id=41669

            Bug ID: 41669
           Summary: In some cases llvm-objcopy should allow stripping
                    symbol tables used by a relocation section without
                    --allow-broken-link
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-objcopy/strip
          Assignee: unassignedb...@nondot.org
          Reporter: gri...@accesssoftek.com
                CC: alexander.v.shaposhni...@gmail.com,
                    jake.h.ehrl...@gmail.com,
                    jh7370.2...@my.bristol.ac.uk,
                    llvm-bugs@lists.llvm.org, ruppre...@google.com

This was discussed here:
https://reviews.llvm.org/D60825#1479435

Currently when --allow-broken-links is not given we always report a error when
removing a symbol table used by a dynamic relocation section.
Though it should be possible to do that only in a case when we know that using
symbols from dynamic symbol table.

Technically it also applies to regular relocations, not just dynamic ones.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to