[all-commits] [llvm/llvm-project] acc022: [MC] Remove an unneeded special case from MCObject...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 15 13:52:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acc0224104fcca51d4059ce3abb787ecdda95d70
https://github.com/llvm/llvm-project/commit/acc0224104fcca51d4059ce3abb787ecdda95d70
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/lib/MC/MCObjectStreamer.cpp
Log Message:
-----------
[MC] Remove an unneeded special case from MCObjectStreamer::flushPendingLabels
We always pass a non-null F to flushPendingLabels. Wait a bit before changing
the parameter to use a reference.
More information about the All-commits
mailing list