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

            Bug ID: 43930
           Summary: Crash when removing symbol table at same time as
                    adding a symbol
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-objcopy/strip
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected],
                    [email protected],
                    [email protected], [email protected]

If you wanted to remove all symbols and add a brand new one, one logical way
might be to use "llvm-objcopy -R .symtab --add-symbol foo=1234 in.o out.o".
This currently crashes, due to the symbol table internally being null. It
appears that in such a case, the symbol table is not being regenerated.

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

Reply via email to