Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
authorBill Wendling <isanbard@gmail.com>
Thu, 5 May 2011 06:49:15 +0000 (06:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 5 May 2011 06:49:15 +0000 (06:49 +0000)
commit087aad44cb37b361e8ed84f197138b366c764f9a
tree49eaa33acce1d2ec7231015e03b37456ab6ecb9a
parent81937619b5da7271bdc90d47a11a6b463cbe54f0
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
who used this flag, and it now emits CFI and doesn't emit this anymore. All
other targets left this flag "false".
<rdar://problem/8486371>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130918 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/DwarfTableException.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/TargetLoweringObjectFile.cpp