diff options
Diffstat (limited to 'test/CodeGen/annotate.c')
-rw-r--r-- | test/CodeGen/annotate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/annotate.c b/test/CodeGen/annotate.c index 84d564a61f71..ffaeebbca515 100644 --- a/test/CodeGen/annotate.c +++ b/test/CodeGen/annotate.c @@ -5,4 +5,6 @@ void a(char *a) { __attribute__((annotate("bar"))) static char bar; } +// CHECK: private unnamed_addr global +// CHECK: private unnamed_addr global // CHECK: @llvm.global.annotations = appending global [2 x %0] |