]> granicus.if.org Git - clang/commit
[mips] Enable `long_call/short_call` attributes on MIPS64
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 8 Aug 2017 21:17:33 +0000 (21:17 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 8 Aug 2017 21:17:33 +0000 (21:17 +0000)
commit0e34f999da1f405c24ff6cb7592f2dee218f8f88
tree3350ba55eb53449e70eef15616d720cbc3d1dc4d
parent9452fead78c99a51ad5637d75a2a97a41030ea2e
[mips] Enable `long_call/short_call` attributes on MIPS64

This change enables `long_call/short_call/far/near` attributes on
MIPS64 targets.

Differential revision: https://reviews.llvm.org/D36208

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310418 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
test/CodeGen/long-call-attr.c
test/Sema/attr-long-call.c