[all-commits] [llvm/llvm-project] 90dbd5: [MC] Remove FK_Data_6b
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Aug 9 13:51:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90dbd5860bf650c769e84172e0835901396d81a2
https://github.com/llvm/llvm-project/commit/90dbd5860bf650c769e84172e0835901396d81a2
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/include/llvm/MC/MCFixup.h
M llvm/lib/MC/MCAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
Log Message:
-----------
[MC] Remove FK_Data_6b
D58335 introduced FK_Data_6b for emitting R_RISCV_SET6/R_RISCV_SUB6 in
.eh_frame/.debug_frame.
This is no longer needed after commit
c8ed138c34ddb22610f18468c1b7938f9e2abae5 removed unneeded fixup kinds
for R_RISCV_{SET,ADD,SUB}* and getKindForSizeInBits.
More information about the All-commits
mailing list