[MC] Write padding into fragments when -mc-relax-all flag is used
[oota-llvm.git] / test / MC / X86 / AlignedBundling / relax-in-bundle-group.s
index 0a99bb5ce563724e025a60d2d5121cd54981eea3..d07619063f001d69b795a50c30b84ec086b57010 100644 (file)
@@ -1,5 +1,7 @@
 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
 # RUN:   | llvm-objdump -disassemble - | FileCheck %s
+# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
+# RUN:   | llvm-objdump -disassemble - | FileCheck %s
 
 # Test that instructions inside bundle-locked groups are relaxed even if their
 # fixup is short enough not to warrant relaxation on its own.