[lld] [llvm] [RISCV] Support .note.gnu.property for enable Zicfiss and Zicfilp extension (PR #77414)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 01:16:55 PDT 2024


================
@@ -85,6 +85,37 @@ void RISCVTargetELFStreamer::finishAttributeSection() {
                           ELF::SHT_RISCV_ATTRIBUTES, AttributeSection);
 }
 
+void RISCVTargetELFStreamer::emitGNUProgramProperties(unsigned Flags) {
----------------
SuHo-llrr wrote:

I should move emit program properties to TargetStreamer.
Thanks,

https://github.com/llvm/llvm-project/pull/77414


More information about the llvm-commits mailing list