[PATCH] D109587: [RISCV]Generate target attribute in attribute section of object file when assemble .s file

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 03:45:38 PDT 2021


zixuan-wu updated this revision to Diff 373183.
zixuan-wu retitled this revision from "[RISCV][WIP] Generate target attribute in attribute section of object file when assemble .s file" to "[RISCV]Generate target attribute in attribute section of object file when assemble .s file".
zixuan-wu added a comment.
Herald added subscribers: foad, kerbowa, aheejin, jgravelle-google, sbc100, nhaehnle, jvesely, dschuff, arsenm.

Add testcase


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109587/new/

https://reviews.llvm.org/D109587

Files:
  llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCParser/MasmParser.cpp
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  llvm/test/MC/RISCV/attribute-with-insts-option.s
  llvm/test/MC/RISCV/fde-reloc.s
  llvm/test/MC/RISCV/rvf-user-csr-names.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109587.373183.patch
Type: text/x-patch
Size: 6568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210917/732105cb/attachment.bin>


More information about the llvm-commits mailing list