[all-commits] [llvm/llvm-project] 390643: MCDwarfFrameEmitter::EncodeAdvanceLoc: use SmallVe...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 7 19:33:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 390643e3c5c3700bb3a79b21dca19b9f82b207bb
https://github.com/llvm/llvm-project/commit/390643e3c5c3700bb3a79b21dca19b9f82b207bb
Author: Fangrui Song <i at maskray.me>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M llvm/include/llvm/MC/MCDwarf.h
M llvm/include/llvm/Support/EndianStream.h
M llvm/lib/MC/MCAssembler.cpp
M llvm/lib/MC/MCDwarf.cpp
M llvm/lib/MC/MCObjectStreamer.cpp
Log Message:
-----------
MCDwarfFrameEmitter::EncodeAdvanceLoc: use SmallVectorImpl instead of raw_ostream. NFC
Similar to 49488490d195591bfc90daef111cd7293f8c80aa.
Remove MCDwarfFrameEmitter::EmitAdvanceLoc which is only called once.
More information about the All-commits
mailing list