]> granicus.if.org Git - clang/commit
[X86] Support for C calling convention only for MCU target.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 25 Nov 2015 09:24:26 +0000 (09:24 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 25 Nov 2015 09:24:26 +0000 (09:24 +0000)
commit1b0e2ec43d8a7c5b66ed4722808ae62f830c7010
tree80e16f3a8f3c5312a1ea8b1a89f6e2d3ca3959e8
parent711fc0e26d74e3ffe1154007b6f07e879ad68276
[X86] Support for C calling convention only for MCU target.
For MCU only C calling convention is allowed, all other calling conventions are not supported.
Differential Revision: http://reviews.llvm.org/D14864

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Sema/callingconv-iamcu.c [new file with mode: 0644]