llvm-project/clang/utils
Daniel Dunbar eacf1d2c0f Update ccc driver
- Use CCC_ECHO to control echoing behavior (default is on, set to ''
   or unset to disable)
 - Get 'clang','llc','as','cc','ld' executables from environment. 'cc'
   and 'ld' are fetched through CCC_CC and CCC_LD respectively -- to
   support make CC=ccc -- the others are through their upcased
   versions.
 - Add CCC_NATIVE mode.
   o This uses llc and as to generate native object files; allowing
     more drop-in replacement of gcc.
   o Disabled by default, but should eventually be default.
   o Allow --emit-llvm in CCC_NATIVE mode to override. Essentially
     this makes ccc more like a drop in replacement for llvm-gcc.
 - Prevent explicit -x <language> options from annoying clang.

llvm-svn: 55260
2008-08-23 22:15:15 +00:00
..
ccc Update ccc driver 2008-08-23 22:15:15 +00:00
ccc-analyzer Added --use-cc option to scan-build to allow the user to specify what compiler they want to use for code compilation. 2008-08-21 21:47:09 +00:00
scan-build Added --use-cc option to scan-build to allow the user to specify what compiler they want to use for code compilation. 2008-08-21 21:47:09 +00:00
sorttable.js Use stable sort. 2008-07-30 18:03:31 +00:00