[all-commits] [llvm/llvm-project] 452cb7: Reland "[clang-repl] Adapt to the recent dylib-rel...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Tue Aug 29 12:43:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 452cb7f20bc7b976eb6fec4ac9f2d902f4175c08
https://github.com/llvm/llvm-project/commit/452cb7f20bc7b976eb6fec4ac9f2d902f4175c08
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list