[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 13 15:13:11 PDT 2021
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
More information about the cfe-commits
mailing list