summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-02 15:42:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-02 15:42:31 +0000
commita39247586528d41a2b44e3ed713d4e4a92c142f8 (patch)
tree500f31fab9b3eaba1cded84e7a65b2ffac71efd1 /llvm/lib/Target
parentc2aad4f2a312ad44d95af486b85b88c92d2c525e (diff)
downloadbcm5719-llvm-a39247586528d41a2b44e3ed713d4e4a92c142f8.tar.gz
bcm5719-llvm-a39247586528d41a2b44e3ed713d4e4a92c142f8.zip
Revert while I debug the tests that use march but not mtriple.
llvm-svn: 130691
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index 9e508cc9bab..d1178dd7e1f 100644
--- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -17,7 +17,7 @@ using namespace llvm;
PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
PCSymbol = ".";
CommentString = ";";
- ExceptionsType = ExceptionHandling::DwarfCFI;
+ ExceptionsType = ExceptionHandling::DwarfTable;
if (!is64Bit)
Data64bitsDirective = 0; // We can't emit a 64-bit unit in PPC32 mode.
OpenPOWER on IntegriCloud