[PATCH] D159115: [clang-repl] Adapt to the recent dylib-related changes in ORC.

Sam James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 08:05:44 PDT 2023


thesamesam added a comment.

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

> In D159115#4638323 <https://reviews.llvm.org/D159115#4638323>, @mgorny wrote:
>
>> Changing the type from `unsigned long long` to `uintptr_t` fix the test for me.
>
> Ah! Nice catch! Can you commit the fix?

Done, thanks to @mgorny for the testing and thank you @v.g.vassilev for the quick ack!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159115



More information about the cfe-commits mailing list