Objective-C was generating EH frame info like this:
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Sep 2007 01:47:22 +0000 (01:47 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Sep 2007 01:47:22 +0000 (01:47 +0000)
commit6e19896999f9297db38e1a1a66d9bef0e2f09776
tree38536a441946b081dae2d1328a4cdb8c15fe5e21
parentecd91377583b9f42a006eb78aab550c2265d4c9b
Objective-C was generating EH frame info like this:

"_-[NSString(local) isNullOrNil]".eh = 0
        .no_dead_strip  "_-[NSString(local) isNullOrNil]".eh

The ".eh" should be inside the quotes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42074 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/DwarfWriter.cpp
test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll [new file with mode: 0644]