summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoCOFF.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 21:03:47 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 21:03:47 +0000
commit8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc (patch)
tree460db886b543b78fc74f8381dcdc152f62c1fbb3 /lib/MC/MCAsmInfoCOFF.cpp
parentdf3c8f29691a1e3f9ac4afbf05be52dbc898dae9 (diff)
downloadllvm-8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc.tar.gz
llvm-8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc.tar.bz2
llvm-8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc.tar.xz
move fastcall/stdcall mangling up into Mangler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r--lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp
index 9130493de2..5170206c72 100644
--- a/lib/MC/MCAsmInfoCOFF.cpp
+++ b/lib/MC/MCAsmInfoCOFF.cpp
@@ -35,4 +35,5 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
AbsoluteEHSectionOffsets = false;
SupportsDebugInformation = true;
DwarfSectionOffsetDirective = "\t.secrel32\t";
+ HasMicrosoftFastStdCallMangling = true;
}