1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test/MC/ARM/AlignedBundling
Derek Schuff 95dc88d31e If bundle alignment is enabled, do not add data to a fragment with instructions
With bundle alignment, instructions all get their own MCFragments
(unless they are in a bundle-locked group). For instructions with
fixups, this is an MCDataFragment. Emitting actual data (e.g. for
.long) attempts to re-use MCDataFragments, which we don't want int
this case since it leads to fragments which exceed the bundle size.
So, don't reuse them in this case.
Also adds a test and fixes some formatting.

llvm-svn: 175316
2013-02-15 22:50:52 +00:00
..
group-bundle-arm.s If bundle alignment is enabled, do not add data to a fragment with instructions 2013-02-15 22:50:52 +00:00
lit.local.cfg
pad-align-to-bundle-end.s Add some additional tests for the .bundle_lock align_to_end feature that didn't 2013-01-07 23:12:59 +00:00