[all-commits] [llvm/llvm-project] 196d85: [clang-repl] Adapt to the recent dylib-related cha...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Tue Aug 29 12:20:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 196d8569d46dc5200c44e70cdf839b042148b988
https://github.com/llvm/llvm-project/commit/196d8569d46dc5200c44e70cdf839b042148b988
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:
-----------
[clang-repl] Adapt to the recent dylib-related changes in ORC.
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
More information about the All-commits
mailing list