Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects. | George Rimar | 2019-08-17 | 1 | -20/+0 |
| | | | | | | | | | | | There are 2 similar openbsd-phdrs.elf-x86-64 objects committed and used in test/Object and test/tools/llvm-objdump test cases. There is no reason to have them, we can use YAML instead. Patch does that. Differential revision: https://reviews.llvm.org/D66342 llvm-svn: 369189 | ||||
* | [llvm-objdump tests] Copy the inputs of tests closer to tests. | Krasimir Georgiev | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Summary: Tests under tools/llvm-objdump should not use inputs from Object. Copied the required inputs and aligned the new tests to be more consistent with the existing tests in this respect. Reviewers: ioeric Reviewed By: ioeric Subscribers: davide, djasper, cfe-commits Differential Revision: https://reviews.llvm.org/D28799 llvm-svn: 292222 | ||||
* | [llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}. | Davide Italiano | 2017-01-16 | 1 | -0/+20 |
PR: 31641 llvm-svn: 292167 |