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 | b42dad4761968b4b052e72494ce1bf0c7b3aba3e (patch) | |
tree | 11e926d193167408fab59f934d902a343d3171d5 /include | |
parent | f35d21617e9c6616eb127355b7c7cd3a5aa7cc58 (diff) | |
download | external_llvm-b42dad4761968b4b052e72494ce1bf0c7b3aba3e.zip external_llvm-b42dad4761968b4b052e72494ce1bf0c7b3aba3e.tar.gz external_llvm-b42dad4761968b4b052e72494ce1bf0c7b3aba3e.tar.bz2 |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/DarwinTargetAsmInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Target/DarwinTargetAsmInfo.h b/include/llvm/Target/DarwinTargetAsmInfo.h index 2b5bf7c..0834390 100644 --- a/include/llvm/Target/DarwinTargetAsmInfo.h +++ b/include/llvm/Target/DarwinTargetAsmInfo.h @@ -20,12 +20,11 @@ namespace llvm { class GlobalValue; class GlobalVariable; - class Triple; class Type; class Mangler; struct DarwinTargetAsmInfo : public TargetAsmInfo { - explicit DarwinTargetAsmInfo(const Triple &Triple); + explicit DarwinTargetAsmInfo(); }; } |