[PATCH] D49936: [ARM] Support the .isnt directive for MachO and COFF targets

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 14:09:11 PDT 2018


mstorsjo created this revision.
mstorsjo added reviewers: compnerd, t.p.northover, aemerson, peter.smith, efriedma.
Herald added a reviewer: javed.absar.
Herald added subscribers: chrib, kristof.beyls.

Contrary to ELF, we don't add any markers that distinguish data generated with .short/.long from normal instructions, so the .inst directive only adds compatibility with assembly that uses it.


Repository:
  rL LLVM

https://reviews.llvm.org/D49936

Files:
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  test/MC/ARM/directive-unsupported.s
  test/MC/ARM/inst-directive-other.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49936.157764.patch
Type: text/x-patch
Size: 6229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/5dc95e9a/attachment.bin>


More information about the llvm-commits mailing list