aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCheck.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-05-23 16:05:21 +0000
committerErich Keane <erich.keane@intel.com>2019-05-23 16:05:21 +0000
commit000228183bf17a0f64afccdda35867553c9b75f6 (patch)
tree8e8ea65aad6c020c506a8cc0423c58c64eada1c0 /llvm/lib/Support/FileCheck.cpp
parent6aebd8394a2bb9e514d0eaf8c8124b79974a2ba8 (diff)
downloadllvm-000228183bf17a0f64afccdda35867553c9b75f6.zip
llvm-000228183bf17a0f64afccdda35867553c9b75f6.tar.gz
llvm-000228183bf17a0f64afccdda35867553c9b75f6.tar.bz2
Ensure builtins use the target default Calling Convention
r355317 changed builtins/allocation functions to use the default calling convention in order to support platforms that use non-cdecl calling conventions by default. However the default calling convention is overridable on Windows 32 bit implementations with some of the /G options. The intent is to permit the user to set the calling convention of normal functions, however it should NOT apply to builtins and C++ allocation functions. This patch ensures that the builtin/allocation functions always use the Target specific Calling Convention, ignoring the user overridden version of said default. llvm-svn: 361507
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions