[all-commits] [llvm/llvm-project] 2d922d: [MC][RISCV] Support .reloc *, BFD_RELOC_{NONE, 32, 6...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Mar 5 21:45:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d922de3af40a5d6c0f62d7d3adbbf64adaadbd5
https://github.com/llvm/llvm-project/commit/2d922de3af40a5d6c0f62d7d3adbbf64adaadbd5
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/test/MC/RISCV/reloc-directive.s
Log Message:
-----------
[MC][RISCV] Support .reloc *, BFD_RELOC_{NONE,32,64}, *
BFD_RELOC_NONE is useful for ld --gc-sections: it provides a generic way indicating a dependency between two sections.
More information about the All-commits
mailing list