summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-29 21:03:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-29 21:03:27 +0000
commit2e5225818ade725fdea920e1e646644164fa9807 (patch)
tree0eb5cb1a1c5eaae2c482c2922c438d424da781ac /llvm/lib
parentf0a88d6b2a54e06fc822bab4599cf50c4f56cced (diff)
downloadbcm5719-llvm-2e5225818ade725fdea920e1e646644164fa9807.tar.gz
bcm5719-llvm-2e5225818ade725fdea920e1e646644164fa9807.zip
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. llvm-svn: 55547
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud