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

Tulio Magno Quites Machado Filho via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 13:50:07 PDT 2023


tuliom added a comment.

This new test does not work on ppc64le.
The returned addresses are different:

  Expected equality of these values:
    (uintptr_t)&printf
      Which is: 140735424286016
    Addr->getValue()
      Which is: 140735424167152


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