mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 17:47:38 +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
|
// Exceptions handling
|
||||||
ExceptionsType = ExceptionHandling::SjLj;
|
ExceptionsType = ExceptionHandling::SjLj;
|
||||||
AbsoluteEHSectionOffsets = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ARMELFMCAsmInfo::ARMELFMCAsmInfo() {
|
ARMELFMCAsmInfo::ARMELFMCAsmInfo() {
|
||||||
|
@ -68,7 +68,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
|||||||
|
|
||||||
// Exceptions handling
|
// Exceptions handling
|
||||||
ExceptionsType = ExceptionHandling::Dwarf;
|
ExceptionsType = ExceptionHandling::Dwarf;
|
||||||
AbsoluteEHSectionOffsets = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
|
X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
|
||||||
@ -90,7 +89,6 @@ X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
|
|||||||
|
|
||||||
// Exceptions handling
|
// Exceptions handling
|
||||||
ExceptionsType = ExceptionHandling::Dwarf;
|
ExceptionsType = ExceptionHandling::Dwarf;
|
||||||
AbsoluteEHSectionOffsets = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MCSection *X86ELFMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {
|
MCSection *X86ELFMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user