llvm-project/clang/tools/driver
Daniel Dunbar 76fa840d09 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser.
- Note that this is a behavior change, previously -mllvm at the driver level forwarded to clang -cc1. The driver does a little magic to make sure that '-mllvm -disable-llvm-optzns' works correctly, but other users will need to be updated to use -Xclang.

llvm-svn: 101354
2010-04-15 06:09:03 +00:00
..
CMakeLists.txt Bring driver link order in CMake into alignment with the order in the Makefile. 2010-01-29 10:03:42 +00:00
Makefile Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable 2010-04-01 18:21:41 +00:00
cc1_main.cpp Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. 2010-04-15 06:09:03 +00:00
driver.cpp Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable 2010-04-01 18:21:41 +00:00