llvm-project/clang/tools/driver
Daniel Dunbar cea0c70f12 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.
This is the way I would like to move the frontend function towards -- distinct
pieces of functionality should be exposed only via FrontendAction
implementations which have clean and relatively-stable APIs.

This also isolates the surface area in clang which depends on LLVM CodeGen.

llvm-svn: 97110
2010-02-25 04:37:45 +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 Fix linking problem on Linux. 2010-01-29 03:25:47 +00:00
cc1_main.cpp Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. 2010-02-25 04:37:45 +00:00
driver.cpp Driver: Use TextDiagnosticPrinter instead of a custom one. 2010-02-25 03:23:43 +00:00