]> granicus.if.org Git - clang/commit
Implement -mrtd which sets the StdCall calling convention to be the default
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 1 Mar 2011 17:40:53 +0000 (17:40 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 1 Mar 2011 17:40:53 +0000 (17:40 +0000)
commitcfe9af250f466e7e38becea4428990448ae07737
tree6547b809bfd6930763f1ef13df9a8fb8a4449784
parent1c51b1ca1fb835d8ee172b5804d66864ab3a0167
Implement -mrtd which sets the StdCall calling convention to be the default
one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126756 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/AST/ASTContext.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/CodeGen/mrtd.c [new file with mode: 0644]