| Index: test/MC/X86/AlignedBundling/different-sections.s
|
| diff --git a/test/MC/X86/AlignedBundling/different-sections.s b/test/MC/X86/AlignedBundling/different-sections.s
|
| index 3e9fcf376d2d6f913c4fecde7a8b23277b7c7841..e12153210042926f40d347b533f4799b96a32e9f 100644
|
| --- a/test/MC/X86/AlignedBundling/different-sections.s
|
| +++ b/test/MC/X86/AlignedBundling/different-sections.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 two different executable sections with bundling.
|
|
|
|
|