[all-commits] [llvm/llvm-project] 86ec3f: [JITLink] Improve out-of-range error messages.
lhames via All-commits
all-commits at lists.llvm.org
Wed Mar 17 21:40:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86ec3fd9d92555f6c00d39825fb20aa68c52aefd
https://github.com/llvm/llvm-project/commit/86ec3fd9d92555f6c00d39825fb20aa68c52aefd
Author: Lang Hames <lhames at gmail.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
Log Message:
-----------
[JITLink] Improve out-of-range error messages.
Switches all backends to use the makeTargetOutOfRangeError function from
JITLink.h.
More information about the All-commits
mailing list