]> granicus.if.org Git - clang/commit
Frontend: Factor clang::EmitBackendOutput out of CodeGenAction.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jun 2010 23:20:08 +0000 (23:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jun 2010 23:20:08 +0000 (23:20 +0000)
commit897c6768db8e09c692009280d9f1d71fb17023bf
treefdbb92076d73384f7f0c2a59e2276bdff0e0d04b
parent6b0cf67ae72a9ebb90e94cc9a14e09364a2b3466
Frontend: Factor clang::EmitBackendOutput out of CodeGenAction.

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