1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-objcopy
Alexander Shaposhnikov 15f4a16453 [llvm-objcopy] Remove unused field from Object
The class Object contains std::shared_ptr<MemoryBuffer> OwnedData
which is not used anywhere. Besides avoiding two stage initialization 
the motivation to remove it comes from the plan to add (currently missing) support 
for static libraries.
NFC.

Test plan: make check-all

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

llvm-svn: 334217
2018-06-07 19:41:42 +00:00
..
CMakeLists.txt [tools] Introduce llvm-strip 2018-05-07 19:32:09 +00:00
llvm-objcopy.cpp [llvm-strip] Expose --strip-unneeded option 2018-06-07 10:05:25 +00:00
llvm-objcopy.h [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +00:00
LLVMBuild.txt Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments" 2018-04-24 05:43:32 +00:00
ObjcopyOpts.td [llvm-objcopy] Add --keep-file-symbols option 2018-05-26 08:10:37 +00:00
Object.cpp [llvm-objcopy] Remove unused field from Object 2018-06-07 19:41:42 +00:00
Object.h [llvm-objcopy] Remove unused field from Object 2018-06-07 19:41:42 +00:00
StripOpts.td [llvm-strip] Expose --strip-unneeded option 2018-06-07 10:05:25 +00:00