[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 17 18:34:47 PDT 2021


hubert.reinterpretcast added a comment.

In D96033#2762182 <https://reviews.llvm.org/D96033#2762182>, @v.g.vassilev wrote:

> That patch should probably get us to a point where we can mark the test as `XFAIL: system-aix`

I've applied that patch to my 64-bit LLVM build and it does cause the object writer to be used (which generates the "64-bit XCOFF object files" error seen before).

> If that works on your platform I will happily open a review for the changes.

>From the behaviour observed in the 64-bit build, the 32-bit case might not fail similarly. I need to see if I can get a 32-bit build going. For now, the patch would be welcome (without changing from `UNSUPPORTED` to `XFAIL`).


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