First step of implementing PR1538: move llvm2cpp logic to new 'target'
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 23 Apr 2008 22:29:24 +0000 (22:29 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 23 Apr 2008 22:29:24 +0000 (22:29 +0000)
commit5027652b8ae5414d634288d456364ef2534cb406
treea8076558f2b94b7084fb0020ef75b80556dc0593
parent7661279ae0eec5be418fcd71fd5acb5e7f798d9c
First step of implementing PR1538: move llvm2cpp logic to new 'target'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50189 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure
lib/Target/CppBackend/CPPBackend.cpp [new file with mode: 0644]
lib/Target/CppBackend/CPPTargetMachine.h [new file with mode: 0644]
lib/Target/CppBackend/Makefile [new file with mode: 0644]
tools/llc/llc.cpp