[PATCH] D46423: [RISCV] Support .option relax and .option norelax

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 04:07:06 PDT 2018


simoncook created this revision.
simoncook added reviewers: asb, edward-jones.
Herald added subscribers: llvm-commits, mgrang, zzheng, shiva0217, kito-cheng, niosHD, sabuasal, apazos, jordy.potman.lists, johnrusso, rbar.

This extends the .option support from https://reviews.llvm.org/D45864 to enable/disable the relax feature flag from https://reviews.llvm.org/D44886


Repository:
  rL LLVM

https://reviews.llvm.org/D46423

Files:
  lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
  lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
  test/MC/RISCV/option-invalid.s
  test/MC/RISCV/option-relax.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46423.145171.patch
Type: text/x-patch
Size: 4855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180504/6e5ee111/attachment.bin>


More information about the llvm-commits mailing list