| Index: test/MC/X86/AlignedBundling/long-nop-pad.s
|
| diff --git a/test/MC/X86/AlignedBundling/long-nop-pad.s b/test/MC/X86/AlignedBundling/long-nop-pad.s
|
| index 9b1ec1184b05db7582bf89cf3d637c1d8d824d74..36e4f4b553fb59d32121e0b5539377bb8622251b 100644
|
| --- a/test/MC/X86/AlignedBundling/long-nop-pad.s
|
| +++ b/test/MC/X86/AlignedBundling/long-nop-pad.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 that long nops are generated for padding where possible.
|
|
|
|
|