[PATCH] D49937: [ARM] Allow automatically deducing the thumb instruction size for .inst
    Martin Storsjö via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 30 03:58:18 PDT 2018
    
    
  
mstorsjo added inline comments.
================
Comment at: test/MC/ARM/inst-thumb-suffixes-auto.s:1
+@ RUN: llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - \
+@ RUN:   | FileCheck %s
----------------
peter.smith wrote:
> Would be good to add a test with triple armebv7-linux-gnueabi, my understanding is that the .inst and CHECK should remain the same.
Yes, these ones remain the same here since it just tests the output assembly, not the generated binary. I'll amend the test.
Repository:
  rL LLVM
https://reviews.llvm.org/D49937
    
    
More information about the llvm-commits
mailing list