We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f653ca commit 55afd5bCopy full SHA for 55afd5b
compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
@@ -18,7 +18,8 @@
18
# include <stdlib.h>
19
20
// CHECK-COUNT-2: __sanitizer_get_dtls_size:
21
-size_t __sanitizer_get_dtls_size(const void *ptr) {
+size_t __sanitizer_get_dtls_size(const void *ptr)
22
+ __attribute__((disable_sanitizer_instrumentation)) {
23
fprintf(stderr, "__sanitizer_get_dtls_size: %p\n", ptr);
24
return 0;
25
}
0 commit comments