Index: test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s |
diff --git a/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s b/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s |
index 6ca4046f0c7b9d80c9c1e7996b6bc39d74ef8b17..158cde8cd4503c0d499583713d62f003bdaefc64 100644 |
--- a/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s |
+++ b/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s |
@@ -1,5 +1,7 @@ |
# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \ |
# RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s |
+# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \ |
+# RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s |
# Test some variations of padding to the end of a bundle. |