Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: test/MC/X86/AlignedBundling/bundle-group-too-large-error.s

Issue 1133723005: Cherry-pick r234714: [MC] Write padding into fragments when -mc-relax-all flag is used (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/MC/MCObjectStreamer.cpp ('k') | test/MC/X86/AlignedBundling/different-sections.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | File Check %s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | File Check %s
2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - 2>&1 | FileCheck %s
2 3
3 # CHECK: ERROR: Fragment can't be larger than a bundle size 4 # CHECK: ERROR: Fragment can't be larger than a bundle size
4 5
5 .text 6 .text
6 foo: 7 foo:
7 .bundle_align_mode 4 8 .bundle_align_mode 4
8 pushq %rbp 9 pushq %rbp
9 10
10 .bundle_lock 11 .bundle_lock
11 pushq %r14 12 pushq %r14
12 callq bar 13 callq bar
13 callq bar 14 callq bar
14 callq bar 15 callq bar
15 callq bar 16 callq bar
16 .bundle_unlock 17 .bundle_unlock
17 18
OLDNEW
« no previous file with comments | « lib/MC/MCObjectStreamer.cpp ('k') | test/MC/X86/AlignedBundling/different-sections.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698