summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-05-05 06:49:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-05-05 06:49:15 +0000
commita48b1375df09ff74ad26ad26751955127d179940 (patch)
tree2eec48bd68fcc6aa91f1e43edfa7f223c794bd34 /llvm/lib/Target/TargetLoweringObjectFile.cpp
parent4587d81191e52a735c8e23f87bb73cff04751005 (diff)
downloadbcm5719-llvm-a48b1375df09ff74ad26ad26751955127d179940.tar.gz
bcm5719-llvm-a48b1375df09ff74ad26ad26751955127d179940.zip
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> llvm-svn: 130918
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp
index 717ad412201..3343384791f 100644
--- a/llvm/lib/Target/TargetLoweringObjectFile.cpp
+++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp
@@ -58,7 +58,6 @@ TargetLoweringObjectFile::TargetLoweringObjectFile() : Ctx(0) {
DwarfRangesSection = 0;
DwarfMacroInfoSection = 0;
- IsFunctionEHSymbolGlobal = false;
IsFunctionEHFrameSymbolPrivate = true;
SupportsWeakOmittedEHFrame = true;
}
OpenPOWER on IntegriCloud