forked from OSchip/llvm-project
11 lines
458 B
LLVM
11 lines
458 B
LLVM
; 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
|