[all-commits] [llvm/llvm-project] 89909d: AVRAsmBackend: Don't use the MCSubtargetInfo argument
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri May 23 20:42:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89909d826a3ea7f8dd2f99e082064a684257da85
https://github.com/llvm/llvm-project/commit/89909d826a3ea7f8dd2f99e082064a684257da85
Author: Fangrui Song <i at maskray.me>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
Log Message:
-----------
AVRAsmBackend: Don't use the MCSubtargetInfo argument
The argument will be removed from `addReloc`.
Use MCContext::getSubtargetInfo instead, to be consistent with other
adjustRelativeBranch calls.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list