mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
don't reset defaults.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
effa868d38
commit
82f05078b0
@ -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