Re: [PATCH] [PPC64]: Add support for Swift calling convention

2017-04-12 Thread Andrew Jeffery via cfe-commits
On Wed, 2017-04-12 at 14:01 -0700, Adrian Prantl wrote: > Is it possible to add a testcase for this? I will look into it. Thanks for the review! Andrew > > -- adrian > > > > On Mar 22, 2017, at 5:00 AM, Andrew Jeffery via cfe-commits > > wrote: > > > > > > Signed-off-by: Andrew Jeffery >

Re: [PATCH] [PPC64]: Add support for Swift calling convention

2017-04-12 Thread Adrian Prantl via cfe-commits
Is it possible to add a testcase for this? -- adrian > On Mar 22, 2017, at 5:00 AM, Andrew Jeffery via cfe-commits > wrote: > > Signed-off-by: Andrew Jeffery > --- > lib/Basic/Targets.cpp | 11 +++ > lib/CodeGen/TargetInfo.cpp | 14 -- > 2 files changed, 23 insertions(

Re: [PATCH] [PPC64]: Add support for Swift calling convention

2017-04-05 Thread Andrew Jeffery via cfe-commits
Ping - Is anyone happy to review or apply the patch? If I've missed some process I should have followed, please let me know! Andrew On Wed, 2017-03-22 at 22:30 +1030, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery > --- >  lib/Basic/Targets.cpp  | 11 +++ >  lib/CodeGen/Target

[PATCH] [PPC64]: Add support for Swift calling convention

2017-03-22 Thread Andrew Jeffery via cfe-commits
Signed-off-by: Andrew Jeffery --- lib/Basic/Targets.cpp | 11 +++ lib/CodeGen/TargetInfo.cpp | 14 -- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index fdedd91a3e15..6d7f37f2479a 100644 --- a/lib/Basic/Targ