diff options
Diffstat (limited to 'test/CodeGen/annotate.c')
-rw-r--r-- | test/CodeGen/annotate.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/annotate.c b/test/CodeGen/annotate.c deleted file mode 100644 index 9ed187d1d1..0000000000 --- a/test/CodeGen/annotate.c +++ /dev/null @@ -1,10 +0,0 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s - -__attribute((annotate("foo"))) char foo; -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 { i8*, i8*, i8*, i32 }] |