teak-llvm/clang/test/CodeGen/annotations-loc.c
Julien Lerouge 5a6b6987dc Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can
annotate global, local variables, struct fields, or arbitrary statements (using
the __builtin_annotation), rdar://8037476.

llvm-svn: 139423
2011-09-09 22:41:49 +00:00

11 lines
291 B
C

// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
// END.
# 1 "t.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "t.c"
int __attribute((annotate("foo"))) foo(void) { return 0; }
// CHECK: private unnamed_addr constant [4 x i8] c"t.c\00"
// CHECK: @llvm.global.annotations = {{.*}}, i32 1 }