1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/tools
Jordan Rupprecht 52ffd53e37 Revert [llvm-objcopy] Allow strip symtab from executables and DSOs
This reverts r365193 (git commit 194f16b3548bcb23a7f0fd638778ed72edd18d37)

This patch doesn't work with binaries built w/ `--emit-relocs`, e.g.

```
$ echo 'int main() { return 0; }' | clang -Wl,--emit-relocs -x c - -o foo && llvm-objcopy --strip-unneeded foo
llvm-objcopy: error: 'foo': not stripping symbol '__gmon_start__' because it is named in a relocation
```

llvm-svn: 365712
2019-07-10 23:32:44 +00:00
..
dsymutil [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
gold [gold] Fix test after BitStream reader error changes 2019-07-02 20:24:00 +00:00
llvm-ar Revert "Reapply [llvm-ar][test] Increase llvm-ar test coverage" 2019-07-08 20:06:36 +00:00
llvm-as
llvm-cfi-verify
llvm-config
llvm-cov Fix line endings (NFC) 2019-07-02 13:13:36 +00:00
llvm-cvtres
llvm-cxxdump
llvm-cxxfilt [binutils] Add response file option to help and docs 2019-06-21 11:49:20 +00:00
llvm-cxxmap
llvm-diff
llvm-dlltool
llvm-dwarfdump [DwarfDebug] Dump call site debug info 2019-07-09 11:33:56 +00:00
llvm-dwp
llvm-elfabi [Object/ELF.h] - Improve error reporting. 2019-07-05 11:28:49 +00:00
llvm-exegesis
llvm-extract
llvm-isel-fuzzer
llvm-lib [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
llvm-lipo [MachO] Add valid architecture function 2019-07-04 00:17:02 +00:00
llvm-lit
llvm-lto BitStream reader: propagate errors 2019-06-26 19:50:12 +00:00
llvm-lto2 [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
llvm-mc [lit] Delete empty lines at the end of lit.local.cfg NFC 2019-06-17 09:51:07 +00:00
llvm-mca Set an explicit x86 triple for test bottleneck-analysis.s added by my r364045. NFC 2019-06-21 14:05:58 +00:00
llvm-modextract
llvm-mt
llvm-nm [llvm-nm] Fix for BZ41711 - Class character for a symbol with undefined 2019-06-27 16:27:53 +00:00
llvm-objcopy Revert [llvm-objcopy] Allow strip symtab from executables and DSOs 2019-07-10 23:32:44 +00:00
llvm-objdump [llvm-objdump] Keep warning for --disassemble-functions in correct order. 2019-07-09 21:53:33 +00:00
llvm-opt-fuzzer
llvm-opt-report
llvm-pdbutil Remove a comment that has been obsolete since r327679 2019-07-09 17:19:47 +00:00
llvm-profdata [llvm-profdata] Don't make the output overwrite the input file. 2019-07-09 09:57:45 +00:00
llvm-rc
llvm-readobj [Object][XCOFF] Add support for 64-bit file header and section header dumping. 2019-07-09 18:09:11 +00:00
llvm-size [binutils] Add response file option to help and docs 2019-06-21 11:49:20 +00:00
llvm-split
llvm-strings [binutils] Add response file option to help and docs 2019-06-21 11:49:20 +00:00
llvm-symbolizer Fix frame.s test dir-separator checks 2019-06-25 12:35:38 +00:00
llvm-xray/X86
lto
obj2yaml [yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated names. 2019-06-25 08:22:57 +00:00
opt-viewer
sancov
sanstats
yaml2obj [yaml2obj] - An attempt to fix a ppc64be build bot after r364898 2019-07-02 11:02:09 +00:00