llvm-mc: Various section parsing fixes.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 08:34:18 +0000 (08:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 08:34:18 +0000 (08:34 +0000)
commitb3f3c0387b69b2e63f5da3e849f62f73296e869f
tree08562f95e06e156dc557c2a02385ccb6bf103394
parent6e3b787f1d5d0286846c3289c9b20668c4d1f9ef
llvm-mc: Various section parsing fixes.
 - Add missing flags for various Objective-C sections.

 - Fix names for [non_]lazy_symbol_pointer (these are misspelled in the manual).

 - .symbol_stub does not have the self modifying code flag set (this appears to
   be wrong in the manual?).

 - Add implicit alignment values; not yet used.

Also, call MCStreamer::Finish at the end of a successful parse.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79611 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h