Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm\test\Object] - An initial step to cleanup the test cases. | George Rimar | 2019-07-08 | 1 | -12/+16 |
| | | | | | | | | | | | | This patch removes trivial-object-test.elf-i386, trivial-object-test.elf-x86-64 and trivial-object-test2.elf-x86-64 precompiled objects from test/Object/Inputs folder. I adjusted the existent test cases to use YAML instead. Differential revision: https://reviews.llvm.org/D64206 llvm-svn: 365348 | ||||
* | We do use pipefail these days. Update the test. | Rafael Espindola | 2014-01-29 | 1 | -4/+2 |
| | | | | llvm-svn: 200370 | ||||
* | Make llvm-nm return 1 on error. | Rafael Espindola | 2013-07-03 | 1 | -0/+17 |
This is a small compatibility improvement with gnu nm and makes llvm-nm more useful as a testing tool. llvm-svn: 185546 |