blob: 78a93056b98d35f63f8d6e9ba7322952c0c56f0e [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
6// CHECK: addrspace(3) unnamed_addr constant
7// CHECK-NOT: addrspace(3) unnamed_addr constant
8// CHECK: @x = addrspace(3) global i8 addrspace(3)*
9// CHECK: @y = addrspace(3) global i8 addrspace(3)*