llvm-project/clang/tools/driver
Daniel Dunbar 30b24e95fa Frontend: Don't free the CompilerInstance or FrontendActions when running under
-disable-free. Among other things, this fixes freeing of the LLVM module on
exit.
 - Note that this means we are disable-free'ing of a lot more stuff than we used to -- this should flush out bugs in anything left that is trying to do real work in its destructor. I did a mini-audit but '::~' is not totally uncommon.

llvm-svn: 99258
2010-03-23 05:09:16 +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 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
cc1_main.cpp Frontend: Don't free the CompilerInstance or FrontendActions when running under 2010-03-23 05:09:16 +00:00
driver.cpp Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. 2010-03-20 08:01:59 +00:00