You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
458 B
11 lines
458 B
; RUN: llc < %s | FileCheck %s
|
|
target triple = "thumbv7-apple-darwin10.0.0"
|
|
|
|
; CHECK: align 3
|
|
@.v = private unnamed_addr constant <4 x i32> <i32 1, i32 2, i32 3, i32 4>, align 8
|
|
; CHECK: align 4
|
|
@.strA = private unnamed_addr constant [4 x i64] zeroinitializer
|
|
; CHECK-NOT: align
|
|
@.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1
|
|
@.strC = private unnamed_addr constant [4 x i8] c"baz\00", section "__TEXT,__cstring,cstring_literals", align 1
|