mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Revert r120580.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bf891ae6e
commit
0be938e389
@ -67,20 +67,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
SupportsDebugInformation = true;
|
||||
DwarfUsesInlineInfoSection = true;
|
||||
|
||||
// Disable debugging information for older targets that do not support
|
||||
// .loc and are broken by regressions in .debug_line entries.
|
||||
if (Triple.getOS() == Triple::Darwin) {
|
||||
switch (Triple.getDarwinMajorNumber()) {
|
||||
case 7:
|
||||
case 8:
|
||||
case 9:
|
||||
SupportsDebugInformation = false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Exceptions handling
|
||||
ExceptionsType = ExceptionHandling::Dwarf;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user