summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/objdump-relocations.test
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-1/+1
| | | | | | | | Summary: See https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md Differential Revision: https://reviews.llvm.org/D37385 llvm-svn: 312342
* [WebAssembly] Be consistent in generating trivial test input filesSam Clegg2017-07-101-0/+7
| | | | | | | | | | | | | For each checked-in wasm file, make sure the there is corresponding .ll file that can be used to regenerate it if needed. Add test/Object/Inputs/trivial-object-test.wasm to match other formats and add some new wasm tests in test/Object. Differential Revision: https://reviews.llvm.org/D35213 llvm-svn: 307585
* Fix getRelocationValueString to return the symbol name for EM_386.Jan Wen Voung2014-10-291-3/+3
| | | | | | | | | | | | | | Summary: This helps llvm-objdump -r to print out the symbol name along with the relocation type on x86. Adjust existing tests from checking for "Unknown" to check for the symbol now. Test Plan: Adjusted test/Object tests. Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5987 llvm-svn: 220866
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-231-1/+11
| | | | llvm-svn: 199898
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-031-0/+7
| | | | | | | | Normally r_info is just a 32 of 64 bit number matching the endian of the rest of the file. Unfortunately, mips 64 bit little endian is special: The top 32 bits are a little endian number and the following 32 are a big endian one. llvm-svn: 178694
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-051-0/+13
| | | | | | every relocation in C++ hello world built with debug info. llvm-svn: 163271
* Add relocation types for Hexagon processor; patch by Sidney Manning ↵Marshall Clow2012-06-231-0/+10
| | | | | | <sidneym@codeaurora.org> llvm-svn: 159081
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-311-4/+4
| | | | llvm-svn: 143404
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ↵Michael J. Spencer2011-10-131-0/+4
| | | | | | Danil Malyshev! llvm-svn: 141901
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-0/+24
llvm-svn: 141451
OpenPOWER on IntegriCloud