blob: 092b6372a414dc6e325f1944f8f0f6bd2b11d03e [file] [log] [blame]
Joey Gouly561bba22013-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
Rafael Espindoladf540cb2014-06-06 01:20:47 +00006// CHECK: unnamed_addr addrspace(3) constant
Joey Gouly561bba22013-11-14 18:26:10 +00007// CHECK-NOT: addrspace(3) unnamed_addr constant
Tom Stellardade13b22014-10-16 15:29:19 +00008// CHECK: @x = addrspace(3) constant i8 addrspace(3)*
9// CHECK: @y = addrspace(3) constant i8 addrspace(3)*