Added support in MC for Directional Local Labels.
authorKevin Enderby <enderby@apple.com>
Mon, 17 May 2010 23:08:19 +0000 (23:08 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 17 May 2010 23:08:19 +0000 (23:08 +0000)
commitebe7fcd041e1e9c3a0c535b26d8cdb45805bbeb8
tree24b43a97e9c13fffbfa6bc0cbb970686a513694b
parentc6177a4531a5d7e2207a3184cc8a4f1792073a7d
Added support in MC for Directional Local Labels.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103989 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCLabel.h [new file with mode: 0644]
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCLabel.cpp [new file with mode: 0644]
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
test/MC/MachO/direction_labels.s [new file with mode: 0644]