diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-02-26 19:43:46 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-02-26 19:43:46 +0000 |
commit | 9fde2e013ee0892ef02f9278db4ff4de270b970a (patch) | |
tree | 5e0f672997bfd1df9be0c71c4541a4910d76e169 /llvm/utils/TableGen/CodeGenTarget.cpp | |
parent | e81017248cc274393cdb1cfb1d9fd4cda80d55b9 (diff) | |
download | bcm5719-llvm-9fde2e013ee0892ef02f9278db4ff4de270b970a.tar.gz bcm5719-llvm-9fde2e013ee0892ef02f9278db4ff4de270b970a.zip |
Win64: Silently ignore __stdcall, __fastcall, and __thiscall
MSVC doesn't warn on this. Users are expected to apply the WINAPI macro
to functions passed by pointer to the Win32 API, and this macro expands
to __stdcall. This means we end up with a lot of useless noisy warnings
about ignored calling conventions when compiling code with clang for
Win64.
llvm-svn: 230668
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
0 files changed, 0 insertions, 0 deletions