[all-commits] [llvm/llvm-project] fe1f34: [clang-repl] JITTargetAddress --> ExecutorAddr, NFC
Jun Zhang via All-commits
all-commits at lists.llvm.org
Sat Apr 15 18:47:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe1f34453d7ef2c0d5f308e0abdb185d6807cfa6
https://github.com/llvm/llvm-project/commit/fe1f34453d7ef2c0d5f308e0abdb185d6807cfa6
Author: Jun Zhang <jun at junz.org>
Date: 2023-04-16 (Sun, 16 Apr 2023)
Changed paths:
M clang/include/clang/Interpreter/Interpreter.h
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
[clang-repl] JITTargetAddress --> ExecutorAddr, NFC
Most of Orc and JITLink are movinng away from JITTargetAddress and
use ExecutorAddr instead.
Signed-off-by: Jun Zhang <jun at junz.org>
Differential Revision: https://reviews.llvm.org/D148434
More information about the All-commits
mailing list