Dmitri Gribenko
2013-Aug-22 15:40 UTC
[LLVMdev] [cfe-dev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
On Thu, Aug 22, 2013 at 7:56 AM, Steven Newbury <steve at snewbury.org.uk> wrote:> If I'm going to submit the Clang patch, how should it be submitted? One > patch with what's required to get x32 host to work, then another > enabling x32 code generation once the required changes to llvm are > merged? Would that be sufficient?Sounds good to me. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
Steven Newbury
2013-Aug-22 15:43 UTC
[LLVMdev] [cfe-dev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
On Thu, 2013-08-22 at 08:40 -0700, Dmitri Gribenko wrote:> On Thu, Aug 22, 2013 at 7:56 AM, Steven Newbury <steve at snewbury.org.uk> wrote: > > If I'm going to submit the Clang patch, how should it be submitted? One > > patch with what's required to get x32 host to work, then another > > enabling x32 code generation once the required changes to llvm are > > merged? Would that be sufficient? > > Sounds good to me. >Been chatting with jfb on irc. It seems Google NaCl has all the needed changes to get LLVM to work with x32, in addition to their other requirements, so I'm going to go through their changes and make relevant parts conditional on GNUX32. Then when their code lands which they hope won't be too long x32 will come for free.
Apparently Analagous Threads
- [LLVMdev] [cfe-dev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
- [LLVMdev] X32 ABI support for Clang/compiler-rt (re: clang patch)
- [LLVMdev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
- [LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt
- [LLVMdev] [cfe-dev] [RFC PATCH] X32 ABI support for Clang/compiler-rt