commit | dd9e1c924c309d18ad8af7982faa97eb15feb9cb | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Wed Dec 03 19:33:10 2008 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Wed Dec 03 19:33:10 2008 +0000 |
tree | 7ce4140c2f1b0af3df419f612240825299755ffb | |
parent | 37cc9be77ec9c314c58336101cd1abe730bf5440 [diff] [blame] |
A step towards geting linux ppc to work (see PR 3099) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60497 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp index 0779743..3ed7265 100644 --- a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -613,6 +613,8 @@ // Print out jump tables referenced by the function. EmitJumpTableInfo(MF.getJumpTableInfo(), MF); + SwitchToSection(TAI->SectionForGlobal(F)); + // Emit post-function debug information. DW.EndFunction(&MF);