aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-29 23:54:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-29 23:54:06 +0000
commit711e882c1bc0a59893e491f114e8917607242ea5 (patch)
treeae4fed71b52782cb34eb3dfac6e7e982cf6e93c9 /llvm/lib/Support/CommandLine.cpp
parent38b9c05f1c39aac215e9a41afd1e8f645f2474d3 (diff)
downloadllvm-711e882c1bc0a59893e491f114e8917607242ea5.zip
llvm-711e882c1bc0a59893e491f114e8917607242ea5.tar.gz
llvm-711e882c1bc0a59893e491f114e8917607242ea5.tar.bz2
ccc: Embrace destiny as a clang compiler driver.
This redoes the default mode that ccc runs in w.r.t. using clang. Now ccc defaults to always using clang for any task clang can handle. However, the following options exist to tweak this behavior: -ccc-no-clang: Don't use clang at all for compilation (still used for static analysis). -ccc-no-clang-cxx: Don't use clang for C++ and Objective-C++ inputs. -ccc-no-clang-cpp: Don't use clang as a preprocessor. -ccc-clang-archs <archs>: If present, only use clang for the given comma separated list of architectures. This only works on Darwin for now. Note that all -ccc options must be first on the command line. llvm-svn: 63346
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions