Comment #2 on issue 279 by [email protected]: Programs with __attribute__((annotate)) fail to link under AddressSanitizer
http://code.google.com/p/address-sanitizer/issues/detail?id=279

$ build/Release+Asserts/bin/clang++ t.cc  -std=c++11 -S -emit-llvm
$ cat t.ll
...
@.str = private unnamed_addr constant [4 x i8] c"aaa\00", section "llvm.metadata" @.str1 = private unnamed_addr constant [5 x i8] c"t.cc\00", section "llvm.metadata" @llvm.global.annotations = appending global [1 x { i8*, i8*, i8*, i32 }] [{ i8*, i8*, i8*, i32 } { i8* bitcast (i32 ()* @_Z8getvaluev to i8*), i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([5 x i8]* @.str1, i32 0, i32 0), i32 2 }], section "llvm.metadata"
...

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to