[all-commits] [llvm/llvm-project] 59ff93: [MC][ARM] Support .reloc *, BFD_RELOC_{NONE, 8, 16, 3...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Mar 5 21:39:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59ff9315fda55c274e80393c2c8db99cb856f4fc
https://github.com/llvm/llvm-project/commit/59ff9315fda55c274e80393c2c8db99cb856f4fc
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
M llvm/test/MC/ARM/reloc-directive.s
Log Message:
-----------
[MC][ARM] Support .reloc *, BFD_RELOC_{NONE,8,16,32}, *
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