add trivial support for passing label definitions through the MCStreamer.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 04:31:49 +0000 (04:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 04:31:49 +0000 (04:31 +0000)
commitc69485e34d57e17fe2c3acab64e519d6a6945197
tree26910e29853b269ea7cd8ee87dc65b8f3381280d
parent98d5982e0020e0c18d2847798ba2f40c4711af5a
add trivial support for passing label definitions through the MCStreamer.

This is suboptimal in several aspects, see the commented out assertion.
I need to talk to Daniel about this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74057 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCContext.cpp
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h
tools/llvm-mc/llvm-mc.cpp