[PATCH] [MC] Align fragments when -mc-relax-all flag is used
    Mark Seaborn 
    mseaborn at chromium.org
       
    Sat Jun 20 15:46:11 PDT 2015
    
    
  
LGTM, thanks.
REPOSITORY
  rL LLVM
================
Comment at: test/MC/X86/AlignedBundling/misaligned-bundle-group.s:2
@@ +1,3 @@
+# RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - \
+# RUN:   | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck -check-prefix=CHECK -check-prefix=CHECK-OPT %s
+# RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu -mc-relax-all %s -o - \
----------------
Nit: Split line with another "\" to keep lines <=80 chars?
http://reviews.llvm.org/D10044
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the llvm-commits
mailing list