Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Object/invalid.test] - Convert Object/corrupt.test to YAML and merge the ↵ | George Rimar | 2019-07-02 | 1 | -0/+0 |
| | | | | | | | | | | | | | | result into invalid.test Object/corrupt.test has the same purpose as Object/invalid.test: it tests the behavior on invalid inputs. In this patch I converted it to YAML, merged into invalid.test, added comments and removed a few precompiled binaries. Differential revision: https://reviews.llvm.org/D63927 llvm-svn: 364916 | ||||
* | Add dynamic_table iterators back to ELF.h. | Rafael Espindola | 2015-08-07 | 1 | -0/+0 |
In tree they are only used by llvm-readobj, but it is also used by https://github.com/mono/CppSharp. While at it, add some missing error checking. llvm-svn: 244320 |