Diagnostic for undefined assembler local symbols.
authorJim Grosbach <grosbach@apple.com>
Tue, 14 Jun 2011 21:13:25 +0000 (21:13 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 14 Jun 2011 21:13:25 +0000 (21:13 +0000)
commitc35dd25ab820c3db37b7bfd506d656c14b14e331
tree5134af57d60688fc632726f0407775063150efea
parent29a3aa855eed51d2f6b883955e9c9bf7b5aaab29
Diagnostic for undefined assembler local symbols.

When an assembler local symbol is used but not defined in a module, a
Darwin assembler wants to issue a diagnostic to that effect.

rdar://9559714

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