2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s
|
2009-08-10 09:39:42 +08:00
|
|
|
; CHECK: .section __TEXT,__cstring,cstring_literals
|
2009-01-28 07:00:53 +08:00
|
|
|
|
2011-01-17 02:02:57 +08:00
|
|
|
@x = internal unnamed_addr constant [1 x i8] zeroinitializer ; <[1 x i8]*> [#uses=1]
|
2009-01-28 07:00:53 +08:00
|
|
|
|
2009-08-10 09:39:42 +08:00
|
|
|
@y = global [1 x i8]* @x
|
2009-01-28 07:00:53 +08:00
|
|
|
|