Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."
commit452cb7f20bc7b976eb6fec4ac9f2d902f4175c08
authorVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 29 Aug 2023 19:38:34 +0000 (29 19:38 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 29 Aug 2023 19:42:58 +0000 (29 19:42 +0000)
tree11c67e39f4abfe2c1bfe5643df13d1a204ccf1c8
parente6cd950d1b4a07f8c339b6f55374e4aa229e42f7
Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."

Original commit message:"

ORC splits into separate dylibs symbols coming from the process and symbols
materialized in the Jit. This patch adapts intent of the existing interface and
adds a regression test to make sure both Jit'd and compiled symbols can be found.

Differential revision: https://reviews.llvm.org/D159115
"

This patch disables the test statement on windows as it seems we might have a
bug in the way we model dllimports.
clang/lib/Interpreter/IncrementalExecutor.cpp
clang/unittests/Interpreter/InterpreterTest.cpp