[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
Fri Sep 8 07:02:57 PDT 2023
tuliom added a comment.
Let me elaborate my previous comment...
I'm using Fedora, which has switched the default long double on ppc64le to IEEE 128-bit floating point.
glibc provides 2 printf implementations on ppc64le (different symbols). The headers control which implementation is used.
I wonder if the Jit is taking the right symbol.
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