diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-23 22:15:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-23 22:15:15 +0000 |
commit | eacf1d2c0f0a0ee14b810528f35ec8944acf34c0 (patch) | |
tree | 80245eabf4711b2a921cd4a952b394198c1bbf1f /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 8e8eae6860966b46a33477928d70d98400ec7a23 (diff) | |
download | bcm5719-llvm-eacf1d2c0f0a0ee14b810528f35ec8944acf34c0.tar.gz bcm5719-llvm-eacf1d2c0f0a0ee14b810528f35ec8944acf34c0.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions