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

Side by Side Diff: test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll

Issue 3551007: ARM MC .s EmitStartOfAsm proof-of-concept cleanup (Closed) Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Created 10 years, 2 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/Target/ARM/ARMAsmPrinter.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
2 ; This tests that MC/asm header conversion is smooth
3 ;
4 ; CHECK: .syntax unified
5 ; CHECK-NEXT: .eabi_attribute 20, 1
6 ; CHECK-NEXT: .eabi_attribute 21, 1
7 ; CHECK-NEXT: .eabi_attribute 23, 3
8 ; CHECK-NEXT: .eabi_attribute 24, 1
9 ; CHECK-NEXT: .eabi_attribute 25, 1
10
11 define i32 @f(i64 %z) {
12 ret i32 0
13 }
OLDNEW
« no previous file with comments | « lib/Target/ARM/ARMAsmPrinter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698