1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-objcopy
Fangrui Song 6656cc18c1 [llvm-strip] Check "strip" with StringRef::contains instead of ends_with
Summary: If argv[0] is version suffixed, e.g. llvm-strip-7, this will still work.

Reviewers: rupprecht, jhenderson, alexshap, jakehehrlich

Reviewed By: rupprecht

Subscribers: alexshap, jakehehrlich, llvm-commits

Differential Revision: https://reviews.llvm.org/D54193

llvm-svn: 346292
2018-11-07 03:02:11 +00:00
..
ELF [llvm-objcopy] Don't apply --localize flags to common symbols 2018-11-01 17:26:36 +00:00
Buffer.cpp [llvm-objcopy] Factor out Buffer 2018-10-16 05:40:18 +00:00
Buffer.h [llvm-objcopy] Factor out Buffer 2018-10-16 05:40:18 +00:00
CMakeLists.txt [llvm-objcopy] Move elf-specific code into subfolder 2018-10-29 21:22:58 +00:00
CopyConfig.cpp [llvm-strip] Support --keep and --strip-all-gnu from llvm-objcopy 2018-11-01 17:48:46 +00:00
CopyConfig.h [llvm-objcopy] Support --{enable,disable}-deterministic-archives 2018-11-01 17:36:37 +00:00
llvm-objcopy.cpp [llvm-strip] Check "strip" with StringRef::contains instead of ends_with 2018-11-07 03:02:11 +00:00
llvm-objcopy.h [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy. 2018-07-18 00:10:51 +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/strip] [NFC] Clean up tablegen opts (clang-format + reorganizing things). 2018-11-01 21:38:14 +00:00
StripOpts.td [llvm-objcopy/strip] [NFC] Clean up tablegen opts (clang-format + reorganizing things). 2018-11-01 21:38:14 +00:00