[all-commits] [llvm/llvm-project] 1271ba: [AArch64][test] Test GOT relocations referencing l...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 26 17:17:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1271ba473e276977d2afb443d462d0a6766d8f95
https://github.com/llvm/llvm-project/commit/1271ba473e276977d2afb443d462d0a6766d8f95
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-26 (Sat, 26 Aug 2023)
Changed paths:
M llvm/test/MC/AArch64/tls-relocs.s
Log Message:
-----------
[AArch64][test] Test GOT relocations referencing local STT_TLS are not converted to reference STT_SECTION symbols
AArch64 encodes the GOT-generating intent in MCValue::RefKind instead of
MCSymbolRef::Kind for most other targets. It seems useful to test the
case for additional coverage.
More information about the All-commits
mailing list