diff options
author | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2017-05-04 07:22:49 +0000 |
---|---|---|
committer | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2017-05-04 07:22:49 +0000 |
commit | 51de0330eb838d9991dbadcc0b78921dc545ee04 (patch) | |
tree | 05737e5293ad2801b867fe774810aba71c7d7d22 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 0d5949e3669419b29c6388c08595009be4eafb10 (diff) | |
download | bcm5719-llvm-51de0330eb838d9991dbadcc0b78921dc545ee04.tar.gz bcm5719-llvm-51de0330eb838d9991dbadcc0b78921dc545ee04.zip |
[X86] Disabling PLT in Regcall CC Functions
According to psABI, PLT stub clobbers XMM8-XMM15.
In Regcall calling convention those registers are used for passing parameters.
Thus we need to prevent lazy binding in Regcall.
Differential Revision: https://reviews.llvm.org/D32430
llvm-svn: 302124
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions