mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
And... fix the build some more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a49cbece54
commit
b1494f18ec
@ -576,7 +576,7 @@ void DwarfDebug::finalizeModuleInfo() {
|
||||
// FIXME: We should use ranges allow reordering of code ala
|
||||
// .subsections_via_symbols in mach-o. This would mean turning on
|
||||
// ranges for all subprogram DIEs for mach-o.
|
||||
DwarfCompileUnit &U = SkCU ? *SkCU : *TheCU;
|
||||
DwarfCompileUnit &U = SkCU ? *SkCU : TheCU;
|
||||
unsigned NumRanges = TheCU.getRanges().size();
|
||||
if (NumRanges) {
|
||||
if (NumRanges > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user