mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +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:
@ -576,7 +576,7 @@ void DwarfDebug::finalizeModuleInfo() {
|
|||||||
// FIXME: We should use ranges allow reordering of code ala
|
// FIXME: We should use ranges allow reordering of code ala
|
||||||
// .subsections_via_symbols in mach-o. This would mean turning on
|
// .subsections_via_symbols in mach-o. This would mean turning on
|
||||||
// ranges for all subprogram DIEs for mach-o.
|
// ranges for all subprogram DIEs for mach-o.
|
||||||
DwarfCompileUnit &U = SkCU ? *SkCU : *TheCU;
|
DwarfCompileUnit &U = SkCU ? *SkCU : TheCU;
|
||||||
unsigned NumRanges = TheCU.getRanges().size();
|
unsigned NumRanges = TheCU.getRanges().size();
|
||||||
if (NumRanges) {
|
if (NumRanges) {
|
||||||
if (NumRanges > 1) {
|
if (NumRanges > 1) {
|
||||||
|
Reference in New Issue
Block a user