[PATCH] D129242: [clang-repl] Add host exception support check utility flag.
Mikael Holmén via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 28 22:43:54 PDT 2022
uabelho added a comment.
Hello,
The new testcase added in this patch fails for me all the time.
I'm compiling on a linux RHEL 7 machine.
When I run the clang-repl command in the test I get
JIT session error: Symbols not found: [ _ZTIPKc ]
error: Failed to materialize symbols: { (main, { _Z14checkExceptionv, $.incr_module_9.__inits.0, __orc_init_func.incr_module_9, r1 }) }
error: Failed to materialize symbols: { (main, { __orc_init_func.incr_module_9 }) }
clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl> clang-repl>
Any idea?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129242/new/
https://reviews.llvm.org/D129242
More information about the cfe-commits
mailing list