MaskRay accepted this revision.
MaskRay added inline comments.

================
Comment at: llvm/test/MC/ARM/thumb-fixups.s:1
+@ RUN: llvm-mc -triple armv6m-unknown-unknown %s --show-encoding > %t
+@ RUN: FileCheck < %t %s
----------------
We normally just pipe the output to FileCheck, e.g. `| FileCheck %s`


================
Comment at: llvm/test/MC/ARM/thumb-fixups.s:9
+
+@ CHECK: movs    r3, :upper8_15:_foo             @ encoding: [A,0x23]
+@ CHECK-NEXT: @   fixup A - offset: 0, value: _foo, kind: 
fixup_arm_thumb_upper_8_15
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149443

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to