]> granicus.if.org Git - clang/commit
Frontend: Move the bulk of the cc1_main() processing into
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 02:53:12 +0000 (02:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 02:53:12 +0000 (02:53 +0000)
commit8eb2b0141d81d7d1026fad2d1a631f40eb3747a6
tree1807a64a600aa31a3e4e76d584dc09bf47fe50b0
parenta6bf47f855fa205015e8904c3b80fafbf7bd896d
Frontend: Move the bulk of the cc1_main() processing into
ExecuteCompilerInvocation in libFrontend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110903 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
lib/Frontend/CMakeLists.txt
lib/Frontend/ExecuteCompilerInvocation.cpp [new file with mode: 0644]
tools/driver/cc1_main.cpp