hubert.reinterpretcast added a comment.

In D96033#2758189 <https://reviews.llvm.org/D96033#2758189>, @lhames wrote:

> Ok, looks like the JIT is getting the layout right, but clang-repl is 
> constructing a module with an little-endian layout for some reason.

`clang-repl` is generating a module consistent with 
`LLVM_DEFAULT_TARGET_TRIPLE:STRING=powerpc64le-linux-gnu`.
So it seems this test might need some way of telling `clang-repl` to use the 
host triple.

> In the mean time I have conditionally disabled this test on ppc64 in 
> 71a0609a2b 
> <https://reviews.llvm.org/rG71a0609a2b533dbcd6826ad774b6bee5e9818644>.

That will help our builds; thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96033

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to