[all-commits] [llvm/llvm-project] efbaf8: [SystemZ] Improve error messages for unsupported r...
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Fri Jun 30 07:04:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efbaf8bc61f4c0e29a3eaafb11ac0ddda8bd3dff
https://github.com/llvm/llvm-project/commit/efbaf8bc61f4c0e29a3eaafb11ac0ddda8bd3dff
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
Log Message:
-----------
[SystemZ] Improve error messages for unsupported relocations
In the SystemZMCObjectWriter, we currently just abort in case
some unsupported relocation in requested. However, as this
situation can be triggered by invalid (inline) assembler input,
we should really get a regular error message instead.
More information about the All-commits
mailing list