OSDN Git Service

Start flushing out MCContext.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 23 Jun 2009 22:01:43 +0000 (22:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 23 Jun 2009 22:01:43 +0000 (22:01 +0000)
commitecc63f8687c4eb746b69336316685fe9b224adfb
tree5c007193c7d40c2fb192548c9e27828547f381e6
parent87ea1912ef06c0d85956cfc3d4b86a0a88490c3f
Start flushing out MCContext.
 - Lives inside new library lib/MC (LLVMMC.a)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74013 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
include/llvm/MC/MCAtom.h [new file with mode: 0644]
include/llvm/MC/MCContext.h
include/llvm/MC/MCSection.h [new file with mode: 0644]
include/llvm/MC/MCSymbol.h [new file with mode: 0644]
lib/MC/CMakeLists.txt [new file with mode: 0644]
lib/MC/MCContext.cpp [new file with mode: 0644]
lib/MC/Makefile [new file with mode: 0644]
lib/Makefile
tools/llvm-mc/AsmParser.cpp