diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-29 21:03:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-29 21:03:27 +0000 |
commit | d3d814131b8f9ebee9863e57bebfb760b2c43eb8 (patch) | |
tree | d8be31f8b0f8e17457b1014f83840f016995b19d /lib/Analysis/BasicConstraintManager.cpp | |
parent | 662174c82ef46b19a2329c7d37208e1d12dfb7b3 (diff) |
Improve ccc:
- Support environment variable CCC_LANGUAGES to control which
languages clang is invoked on. If unset clang is invoked for all
languages, otherwise CCC_LANGUAGES should be a comma separated list
of the languages (as accepted by -x) for which clang should be
invoked. Useful for only building C and Objective-C parts of a
project with clang, for example.
- Add environment variable CCC_FALLBACK. If set and non-empty then
ccc will try and compile using the regular compiler if compilation
with clang fails.
- A few other tweaks to add options, flush stdout, recognize .mm as
objective-c++, and infer languages for compile+link style
invocations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BasicConstraintManager.cpp')
0 files changed, 0 insertions, 0 deletions