blob: 8fe5cefc8d7579e8785faced5d90303f89d4bbfd [file] [log] [blame]
Peter Collingbournebcf909d2016-06-14 21:02:05 +00001// RUN: %clang_cc1 %s -cl-opt-disable -emit-llvm -o - -ffake-address-space-map | FileCheck %s
Joey Gouly561bba22013-11-14 18:26:10 +00002
3__constant char * __constant x = "hello world";
4__constant char * __constant y = "hello world";
5
Egor Churaev28f00aa2016-12-23 16:11:25 +00006// CHECK: unnamed_addr addrspace(2) constant
7// CHECK-NOT: addrspace(2) unnamed_addr constant
8// CHECK: @x = addrspace(2) constant i8 addrspace(2)*
9// CHECK: @y = addrspace(2) constant i8 addrspace(2)*