summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-weak-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/attr-weak-import.c')
-rw-r--r--clang/test/CodeGen/attr-weak-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/attr-weak-import.c b/clang/test/CodeGen/attr-weak-import.c
index f02d09e8150..0707f59a608 100644
--- a/clang/test/CodeGen/attr-weak-import.c
+++ b/clang/test/CodeGen/attr-weak-import.c
@@ -20,7 +20,7 @@ extern int E __attribute__((weak_import));
// CHECK: @A = global i32
// CHECK-NOT: @B =
-// CHECK: @C = global i32
+// CHECK: @C = common global i32
// CHECK: @D = global i32
// CHECK: @E = global i32
OpenPOWER on IntegriCloud