blob: 092b6372a414dc6e325f1944f8f0f6bd2b11d03e [file] [log] [blame]
Joey Gouly758c4d82013-11-14 18:26:10 +00001// RUN: %clang_cc1 %s -emit-llvm -o - -ffake-address-space-map | FileCheck %s
2
3__constant char * __constant x = "hello world";
4__constant char * __constant y = "hello world";
5
Stephen Hinesc568f1e2014-07-21 00:47:37 -07006// CHECK: unnamed_addr addrspace(3) constant
Joey Gouly758c4d82013-11-14 18:26:10 +00007// CHECK-NOT: addrspace(3) unnamed_addr constant
Stephen Hines176edba2014-12-01 14:53:08 -08008// CHECK: @x = addrspace(3) constant i8 addrspace(3)*
9// CHECK: @y = addrspace(3) constant i8 addrspace(3)*