summaryrefslogtreecommitdiff
path: root/utils/CmpDriver
Commit message (Collapse)AuthorAgeFilesLines
* utils/CmpDriver: add brief documentation to indicate what this doesAlp Toker2014-05-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209268 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | | | Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129559 91177308-0d34-0410-b5e6-96231b3b80d8
* Also compare stdout and stderr lines.Daniel Dunbar2009-09-041-5/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81018 91177308-0d34-0410-b5e6-96231b3b80d8
* Make CmpDriver less stupid.Daniel Dunbar2009-09-041-32/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81012 91177308-0d34-0410-b5e6-96231b3b80d8
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75271 91177308-0d34-0410-b5e6-96231b3b80d8
* ccc: Support -v; invent a version number for ccc for now, will beDaniel Dunbar2009-01-281-1/+2
| | | | | | | shared with clang eventually. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63220 91177308-0d34-0410-b5e6-96231b3b80d8
* Update CmpDriver to report missing commands.Daniel Dunbar2009-01-211-2/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62728 91177308-0d34-0410-b5e6-96231b3b80d8
* ccc: Darwin/x86: Add direct cpp support.Daniel Dunbar2009-01-201-1/+1
| | | | | | | | | | | - Add Darwin_X86_CC1Tool which is shared by Darwin/x86/Compile and Darwin/x86/Preprocess tools. - Minor bug fixes (CmpDriver exit code, -x cpp-output handling, some linker argument translation). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62551 91177308-0d34-0410-b5e6-96231b3b80d8
* Return success indicator from CmpDriver.Daniel Dunbar2009-01-171-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62388 91177308-0d34-0410-b5e6-96231b3b80d8
* CmpDriver: Allow over-ride of drivers to compare through env variablesDaniel Dunbar2009-01-141-3/+3
| | | | | | | (DRIVER_[AB]). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62242 91177308-0d34-0410-b5e6-96231b3b80d8
* Add simple tool for comparing drivers (hardcoded to gcc and xcc) whichDaniel Dunbar2009-01-131-0/+175
support -###. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62156 91177308-0d34-0410-b5e6-96231b3b80d8