Displaying 4 results from an estimated 4 matches for "hasmicrosoftfaststdcallmangling".
2012 Oct 26
5
[LLVMdev] Debug information under windows
...em, so I'm just leaving
it here. Hopefully 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
...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 Nov 19
0
[LLVMdev] Debug information under windows
...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() { }
>
Hello again,
"f...
2013 Feb 20
4
[LLVMdev] x86_stdcallcc @<n> mangling vs. '\1' prefix [was: x86_stdcallcc and extra name mangling on Windows]
I don't remember anything other that what I've written in the bug João
has mentioned.
Probably something like this patch
http://llvm.org/bugs/show_bug.cgi?id=14410#c6
?
2013/2/20 João Matos <ripzonetriton at gmail.com>:
> I think so. There have been other reports lately related to this being
> wrong.
>
> http://llvm.org/bugs/show_bug.cgi?id=14410
>
> CC'ing