llvm-6502/test/MC/X86/AlignedBundling
Petr Hosek bc245c01bf [MC] Ensure that pending labels are flushed when -mc-relax-all flag is used
Summary:
The current implementation doesn't always flush all pending labels
beforeemitting data which can result in an incorrectly placed labels in
case when when instruction bundling is enabled and -mc-relax-all flag is
being used. To address this issue, we always flush pending labels before
emitting data.

The change was tested by running PNaCl toolchain trybots with
-mc-relax-all flag set.

Fixes https://code.google.com/p/nativeclient/issues/detail?id=4063

Test Plan: Regression test attached

Reviewers: mseaborn

Subscribers: jfb, llvm-commits

Differential Revision: http://reviews.llvm.org/D10325

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240870 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-27 01:54:17 +00:00
..
align-mode-argument-error.s
asm-printing-bundle-directives.s
autogen-inst-offset-align-to-end.s
autogen-inst-offset-padding.s
bundle-group-too-large-error.s
bundle-lock-option-error.s
different-sections.s
labeloffset.s
lit.local.cfg
lock-without-bundle-mode-error.s
long-nop-pad.s
misaligned-bundle-group.s [MC] Align fragments when -mc-relax-all flag is used 2015-06-27 01:49:53 +00:00
misaligned-bundle.s [MC] Align fragments when -mc-relax-all flag is used 2015-06-27 01:49:53 +00:00
nesting.s
pad-align-to-bundle-end.s
pad-bundle-groups.s
relax-at-bundle-end.s
relax-in-bundle-group.s
rodata-section.s [MC] Ensure that pending labels are flushed when -mc-relax-all flag is used 2015-06-27 01:54:17 +00:00
section-alignment.s Tighten bundling section alignment test. 2015-04-21 00:17:59 +00:00
single-inst-bundling.s
switch-section-locked-error.s
unlock-without-lock-error.s