[all-commits] [llvm/llvm-project] eac1a1: MCAssembler: Consistently place MCFragment paramet...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 1 23:59:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eac1a1d3a8dbc1f723253f642ad32c748323fafc
https://github.com/llvm/llvm-project/commit/eac1a1d3a8dbc1f723253f642ad32c748323fafc
Author: Fangrui Song <i at maskray.me>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M llvm/include/llvm/MC/MCAssembler.h
M llvm/lib/MC/MCAssembler.cpp
Log Message:
-----------
MCAssembler: Consistently place MCFragment parameter before MCFixup
... to be consistent with other places, e.g. `recordRelocation`.
While here, use references instead of non-null pointers.
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