summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/print-after.ll
Commit message (Collapse)AuthorAgeFilesLines
* CommandLine: Exit successfully for -version and -helpJustin Bogner2014-02-281-1/+1
| | | | | | | | | | | Tools that use the CommandLine library currently exit with an error when invoked with -version or -help. This is unusual and non-standard, so we'll fix them to exit successfully instead. I don't expect that anyone relies on the current behaviour, so this should be a fairly safe change. llvm-svn: 202530
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-261-0/+6
llvm-svn: 159227
OpenPOWER on IntegriCloud