[clang-repl] JITTargetAddress --> ExecutorAddr, NFC
authorJun Zhang <jun@junz.org>
Sat, 15 Apr 2023 16:38:38 +0000 (00:38 +0800)
committerJun Zhang <jun@junz.org>
Sun, 16 Apr 2023 01:46:44 +0000 (09:46 +0800)
commitfe1f34453d7ef2c0d5f308e0abdb185d6807cfa6
treea18975c49ac3296b669c0cf94a9368f9178a27f9
parent7c06f63176da05ef45216c13b271a343b72d75d0
[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@junz.org>
Differential Revision: https://reviews.llvm.org/D148434
clang/include/clang/Interpreter/Interpreter.h
clang/lib/Interpreter/IncrementalExecutor.cpp
clang/lib/Interpreter/IncrementalExecutor.h
clang/lib/Interpreter/Interpreter.cpp
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
clang/unittests/Interpreter/InterpreterTest.cpp