summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/optimize-options.ll
Commit message (Collapse)AuthorAgeFilesLines
* Provide a test input for optAlp Toker2013-11-051-6/+6
| | | | | | | This was only working previously due to a quirk in the way lit concatenates script commands. llvm-svn: 194078
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-5/+5
| | | | | | | | | | 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
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-161-0/+8
options, to enable easier testing of the innards of LLVM that are enabled by such optimization strategies. Note that this doesn't provide the (much needed) function attribute support for -Oz (as opposed to -Os), but still seems like a positive step to better test the logic that Clang currently relies on. Patch by Patrik Hägglund. llvm-svn: 156913
OpenPOWER on IntegriCloud