[all-commits] [llvm/llvm-project] e45087: [RISCV] Fix state persistence bugs (PR55548)
Kito Cheng via All-commits
all-commits at lists.llvm.org
Thu May 26 01:09:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e45087fd53d5946f47efa7bb7be088c668c386a1
https://github.com/llvm/llvm-project/commit/e45087fd53d5946f47efa7bb7be088c668c386a1
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
A llvm/test/MC/RISCV/twice.ll
Log Message:
-----------
[RISCV] Fix state persistence bugs (PR55548)
We didn't implement RISCVELFStreamer::reset and cause some very strange
section output for attribute section...just reference D15950 to see how
ARM implement that.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D125905
More information about the All-commits
mailing list