diff options
-rw-r--r-- | clang/test/CodeGen/sections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/sections.c b/clang/test/CodeGen/sections.c index 6e44e77f5b1..8d93fed480e 100644 --- a/clang/test/CodeGen/sections.c +++ b/clang/test/CodeGen/sections.c @@ -38,7 +38,7 @@ int TEST2; //CHECK: @D = global i32 1 //CHECK: @a = global i32 1, section ".data" //CHECK: @b = constant i32 1, section ".my_const" -//CHECK: @[[MYSTR:.*]] = linkonce_odr unnamed_addr constant [11 x i8] c"my string!\00" +//CHECK: @[[MYSTR:.*]] = {{.*}} unnamed_addr constant [11 x i8] c"my string!\00" //CHECK: @s = global i8* getelementptr inbounds ([11 x i8]* @[[MYSTR]], i32 0, i32 0), section ".data2" //CHECK: @c = global i32 1, section ".my_seg" //CHECK: @d = global i32 1, section ".data" |