1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/tools/llvm-objcopy
George Rimar caaf2335d9 [llvm-objcopy] - Strip sections before symbols.
This is a fix for https://bugs.llvm.org/show_bug.cgi?id=40007.

Idea is to swap the order of stripping. So that we strip sections before
symbols what allows us to strip relocation sections without emitting
the error about relative symbols.

Differential revision: https://reviews.llvm.org/D59763

llvm-svn: 357017
2019-03-26 18:42:15 +00:00
..
COFF
ELF [llvm-objcopy] - Strip sections before symbols. 2019-03-26 18:42:15 +00:00
MachO
Buffer.cpp
Buffer.h
CMakeLists.txt
CopyConfig.cpp [llvm-objcopy]Add support for *-freebsd output formats 2019-03-22 10:21:09 +00:00
CopyConfig.h [llvm-objcopy]Add support for *-freebsd output formats 2019-03-22 10:21:09 +00:00
llvm-objcopy.cpp
llvm-objcopy.h
LLVMBuild.txt
ObjcopyOpts.td
StripOpts.td