[PATCH] D90305: Correctly parse and print Tag_THUMB_ISA_use=3

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 09:10:10 PST 2020


LemonBoy added inline comments.


================
Comment at: llvm/test/MC/ARM/directive-arch-armv8m.s:1
+@ Test the .arch directive for armv8m
+
----------------
MaskRay wrote:
> Does this add additional coverage not available by other tests?
This tests that the `THUMB_ISA_use=3` case round-trips correctly, `llvm-mc` emits it and `llvm-readobj` is able to read/interpret/dump it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90305



More information about the llvm-commits mailing list