search for: supportsdataregions

Displaying 3 results from an estimated 3 matches for "supportsdataregions".

2012 Oct 26
5
[LLVMdev] Debug information under windows
...ly this will help someone. Regards, Daniel diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 @@ -38,6 +38,10 @@ HasMicrosoftFastStdCallMangling = true; SupportsDataRegions = false; + + DwarfUsesLabelOffsetForRanges = false; + DwarfRequiresRelocationForSectionOffset = false; + DwarfUsesRelocationsForStringPool = false; } void MCAsmInfoMicrosoft::anchor() { }
2012 Oct 26
0
[LLVMdev] Debug information under windows
...l > > > diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp > --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 > +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 > @@ -38,6 +38,10 @@ > HasMicrosoftFastStdCallMangling = true; > > SupportsDataRegions = false; > + > + DwarfUsesLabelOffsetForRanges = false; > + DwarfRequiresRelocationForSectionOffset = false; > + DwarfUsesRelocationsForStringPool = false; > } > > void MCAsmInfoMicrosoft::anchor() { } > > _______________________________________________ > LLVM Dev...
2012 Nov 19
0
[LLVMdev] Debug information under windows
...> > diff -r 547972237a05 -r 6ed9378f04a3 lib/MC/MCAsmInfoCOFF.cpp > --- a/lib/MC/MCAsmInfoCOFF.cpp Wed Oct 10 20:39:45 2012 +0200 > +++ b/lib/MC/MCAsmInfoCOFF.cpp Thu Oct 18 12:41:27 2012 +0200 > @@ -38,6 +38,10 @@ > HasMicrosoftFastStdCallMangling = true; > > SupportsDataRegions = false; > + > + DwarfUsesLabelOffsetForRanges = false; > + DwarfRequiresRelocationForSectionOffset = false; > + DwarfUsesRelocationsForStringPool = false; > } > > void MCAsmInfoMicrosoft::anchor() { } > Hello again, "fix" from my previous message was help...