Ulrich Weigand
2012-Oct-23 16:31 UTC
[LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
Rafael Espíndola <rafael.espindola at gmail.com> wrote on 23.10.2012 18:00:36:> > Which triple would you suggest to use for this? > > > > i386-apple-darwin ? > > i386-pc-linux-gnu ? > > i386-unknown-unknown ? > > > > (I don't have Darwin systems to test on myself. I could test either of > > the latter on Linux/Intel ...) > > If they pass with i386-unknown-unknown, that is probably the best.OK, the appended patch implements this. All tests pass (both on a PowerPC-Linux and a Intel-Linux host), and continue passing with my original ppc64 ABI patch added, as expected. Bye, Ulrich (See attached file: diff-clang-ppc64-extend-testfixes) -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-clang-ppc64-extend-testfixes Type: application/octet-stream Size: 11426 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121023/9f5e0439/attachment.obj>
Rafael Espíndola
2012-Oct-23 18:30 UTC
[LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
> OK, the appended patch implements this. All tests pass (both on a > PowerPC-Linux and a Intel-Linux host), and continue passing with my > original ppc64 ABI patch added, as expected.LGTM. We will need something like that with any of the proposed solutions.> Bye, > Ulrich >Cheers, Rafael
Ulrich Weigand
2012-Oct-24 12:29 UTC
[LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
Rafael Espíndola <rafael.espindola at gmail.com> wrote on 23.10.2012 20:30:16:> > OK, the appended patch implements this. All tests pass (both on a > > PowerPC-Linux and a Intel-Linux host), and continue passing with my > > original ppc64 ABI patch added, as expected. > > LGTM. We will need something like that with any of the proposedsolutions. Checked in as r166551. Thanks, Ulrich
Seemingly Similar Threads
- [LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
- [LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
- [LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
- [LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values
- [LLVMdev] [cfe-commits] [PATCH/RFC, PowerPC] Extend 32-bit function arguments / return values