[all-commits] [llvm/llvm-project] 7f9114: [RISCV] Change the return type of getStreamer() to...
LiDongjin via All-commits
all-commits at lists.llvm.org
Thu Jan 12 19:50:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f9114e0d308a612bb0f289b981ba5d37f59441c
https://github.com/llvm/llvm-project/commit/7f9114e0d308a612bb0f289b981ba5d37f59441c
Author: LiDongjin <jin.mse.sse at gmail.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
Log Message:
-----------
[RISCV] Change the return type of getStreamer() to support the use of overloading and other functions in RISCVELFStreamer
Move the declaration of RISCVELFStreamer from RISCVELFStreamer.cpp to RISCVELFStreamer.h.
Change the return type of getStreamer() to support the use of overloading and other functions in RISCVELFStreamer.
Differential Revision: https://reviews.llvm.org/D138500
More information about the All-commits
mailing list