Initial Commit of llvm2cpp
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 00:57:22 +0000 (00:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 00:57:22 +0000 (00:57 +0000)
commitfb0c0dc9604ffba751bdaf272a7ba8cbd29f5860
tree0b2aeef2d20af282b285658bffe4a269797baf90
parentbd82277cbbd93f8704a6bf52c4842c5e71fb675f
Initial Commit of llvm2cpp
This is a safekeeping commit. The program is not finished. It currently
handles modules, types, global variables and function declarations. Blocks
and instructions remain to be done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28528 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm2cpp/CppWriter.cpp [new file with mode: 0644]
tools/llvm2cpp/CppWriter.h [new file with mode: 0644]
tools/llvm2cpp/Makefile [new file with mode: 0644]
tools/llvm2cpp/llvm2cpp.cpp [new file with mode: 0644]