summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/universal-binary.c
Commit message (Collapse)AuthorAgeFilesLines
* llvm-cov: Only emit colour by default if the output is a ttyJustin Bogner2015-03-191-2/+2
| | | | | | | This replaces the -no-color flag with a -color={auto|always|never} option, with auto as the default, which is much saner. llvm-svn: 232693
* InstrProf: Remove xfails for big-endian from coverage testsJustin Bogner2015-03-161-3/+0
| | | | | | | | | This still doesn't actually work correctly for big endian input files, but since these tests all use little endian input files they don't actually fail. I'll be committing a real fix for big endian soon, but I don't have proper tests for it yet. llvm-svn: 232354
* Now that r231902's test is executed, make it actually passJustin Bogner2015-03-111-2/+2
| | | | | | | | As of r231908, the test I added in r231902 actually gets run - but I'd checked in a stale version of the input so it didn't pass. Fix the input and un-xfail the test. llvm-svn: 231911
* Make test added in r231902 actually be executed.Daniel Jasper2015-03-111-2/+2
| | | | | | | | | There were also errors in the CHECK line which I fixed and the test doesn't actually pass as the "100" is in the wrong line. Not sure whether this is a test failure or a coverage failure so making the test XFAIL for now. llvm-svn: 231908
* InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner2015-03-111-0/+13
llvm-svn: 231902
OpenPOWER on IntegriCloud