mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 17:17:49 +00:00
don't reset defaults.
llvm-svn: 98004
This commit is contained in:
parent
9dfcbeaca1
commit
d8ca814af2
@ -48,7 +48,6 @@ ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin() {
|
||||
|
||||
// Exceptions handling
|
||||
ExceptionsType = ExceptionHandling::SjLj;
|
||||
AbsoluteEHSectionOffsets = false;
|
||||
}
|
||||
|
||||
ARMELFMCAsmInfo::ARMELFMCAsmInfo() {
|
||||
|
@ -68,7 +68,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
|
||||
// Exceptions handling
|
||||
ExceptionsType = ExceptionHandling::Dwarf;
|
||||
AbsoluteEHSectionOffsets = false;
|
||||
}
|
||||
|
||||
X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
|
||||
@ -90,7 +89,6 @@ X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
|
||||
|
||||
// Exceptions handling
|
||||
ExceptionsType = ExceptionHandling::Dwarf;
|
||||
AbsoluteEHSectionOffsets = false;
|
||||
}
|
||||
|
||||
MCSection *X86ELFMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {
|
||||
|
Loading…
Reference in New Issue
Block a user