[PATCH] D72479: [PowerPC][AIX] Make PIC the default relocation model for AIX

Steven Wan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 12:18:22 PST 2020


stevewan added a comment.

In D72479#1824697 <https://reviews.llvm.org/D72479#1824697>, @thakis wrote:

> In D72479#1824577 <https://reviews.llvm.org/D72479#1824577>, @stevewan wrote:
>
> > In D72479#1824564 <https://reviews.llvm.org/D72479#1824564>, @thakis wrote:
> >
> > > Also, this breaks tests on Windows: http://45.33.8.238/win/5946/step_11.txt
> >
> >
> > Thanks for noting, looking into it now.
>
>
> Any luck? Bot's been broken for a while now. Maybe just remove the `1>/dev/null` for now, or remove that test until things are figured out?


Added the REQUIRES directive which fixed part of the broken bots. The fix for the redirecting issue on Windows is also in, I'm monitoring the bots to validate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72479/new/

https://reviews.llvm.org/D72479





More information about the llvm-commits mailing list