| commit | 8d99c764d3895c931118ee1a50796a937b12536f | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Mar 12 21:03:47 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Mar 12 21:03:47 2010 +0000 |
| tree | 3170eee7067df7cd4a1bfd416cf8996d52afab18 | |
| parent | ea9e2f8a154020c29856156c9977311408b84f88 [diff] [blame] |
move fastcall/stdcall mangling up into Mangler. llvm-svn: 98384
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp index 9130493..5170206 100644 --- a/llvm/lib/MC/MCAsmInfoCOFF.cpp +++ b/llvm/lib/MC/MCAsmInfoCOFF.cpp
@@ -35,4 +35,5 @@ AbsoluteEHSectionOffsets = false; SupportsDebugInformation = true; DwarfSectionOffsetDirective = "\t.secrel32\t"; + HasMicrosoftFastStdCallMangling = true; }