diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-08-13 17:03:38 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-13 17:03:38 +0000 |
| commit | 86c065dd68242d5bc8ecf00131724736345cd973 (patch) | |
| tree | 56d7234ad144926102896a04d91621292853c884 /llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll | |
| parent | eba70d85cf632b761abc116aeab0a64ca32a5ec8 (diff) | |
| download | bcm5719-llvm-86c065dd68242d5bc8ecf00131724736345cd973.tar.gz bcm5719-llvm-86c065dd68242d5bc8ecf00131724736345cd973.zip | |
Revert 78892 and 78895, these break generating working executables on
x86_64-apple-darwin10.
--- Reverse-merging r78895 into '.':
U test/CodeGen/PowerPC/2008-12-12-EH.ll
U lib/Target/DarwinTargetAsmInfo.cpp
--- Reverse-merging r78892 into '.':
U include/llvm/Target/DarwinTargetAsmInfo.h
U lib/Target/X86/X86TargetAsmInfo.cpp
U lib/Target/X86/X86TargetAsmInfo.h
U lib/Target/ARM/ARMTargetAsmInfo.h
U lib/Target/ARM/ARMTargetMachine.cpp
U lib/Target/ARM/ARMTargetAsmInfo.cpp
U lib/Target/PowerPC/PPCTargetAsmInfo.cpp
U lib/Target/PowerPC/PPCTargetAsmInfo.h
U lib/Target/PowerPC/PPCTargetMachine.cpp
G lib/Target/DarwinTargetAsmInfo.cpp
llvm-svn: 78919
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll index 1e2a2e42d0a..21218f55f03 100644 --- a/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll +++ b/llvm/test/CodeGen/PowerPC/2008-12-12-EH.ll @@ -1,6 +1,5 @@ ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh -; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin10 | grep ^L__Z1fv.eh define void @_Z1fv() { entry: |

