[all-commits] [llvm/llvm-project] a2c9f1: [RISCV][JitLink] Propagate error from Expected<T> ...
Dmitry Kurtaev via All-commits
all-commits at lists.llvm.org
Wed Dec 7 08:26:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2c9f12dd6acf0134e6e6d6e78d7e8ae3083cf24
https://github.com/llvm/llvm-project/commit/a2c9f12dd6acf0134e6e6d6e78d7e8ae3083cf24
Author: Dmitry Kurtaev <dmitry.kurtaev at gmail.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
M llvm/test/ExecutionEngine/JITLink/RISCV/ELF_pc_indirect.s
Log Message:
-----------
[RISCV][JitLink] Propagate error from Expected<T> result during R_RISCV_PCREL_HI20 parsing
related issue: https://github.com/llvm/llvm-project/issues/59139
Differential Revision: https://reviews.llvm.org/D138781
More information about the All-commits
mailing list