ARM asm parser should be more lenient w/ .thumb_func directive.
authorJim Grosbach <grosbach@apple.com>
Wed, 21 Dec 2011 22:30:16 +0000 (22:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 21 Dec 2011 22:30:16 +0000 (22:30 +0000)
commitde4d83943a5206690fbe1e39dd33770f5ab29595
treefa883e04a362cf817cc51e0d1682bcb4b1788343
parent483716015f436ba0218a097a85cccbe6164f9db9
ARM asm parser should be more lenient w/ .thumb_func directive.

Rather than require the symbol to be explicitly an argument of the directive,
allow it to look ahead and grab the symbol from the next non-whitespace
line.

rdar://10611140

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147100 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp