summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_interface.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-07-10 07:41:27 +0000
committerAlexey Samsonov <samsonov@google.com>2012-07-10 07:41:27 +0000
commit9f666ea6ca9e92b14d16b9ce0e6d352dc8e91fc7 (patch)
tree6688189bf9ef1d21f7c418db71011d41db53303a /compiler-rt/lib/asan/asan_interface.h
parentbe41e2daa6f32cb5cea6f05dee96618a8eb5bd48 (diff)
downloadbcm5719-llvm-9f666ea6ca9e92b14d16b9ce0e6d352dc8e91fc7.tar.gz
bcm5719-llvm-9f666ea6ca9e92b14d16b9ce0e6d352dc8e91fc7.zip
[ASan] move flags description to separate header, add comments about them.
llvm-svn: 159985
Diffstat (limited to 'compiler-rt/lib/asan/asan_interface.h')
-rw-r--r--compiler-rt/lib/asan/asan_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/asan/asan_interface.h b/compiler-rt/lib/asan/asan_interface.h
index 167354e7bce..c625a6217c0 100644
--- a/compiler-rt/lib/asan/asan_interface.h
+++ b/compiler-rt/lib/asan/asan_interface.h
@@ -154,10 +154,6 @@ extern "C" {
// Prints accumulated stats to stderr. Used for debugging.
void __asan_print_accumulated_stats()
SANITIZER_INTERFACE_ATTRIBUTE;
-#if !defined(_WIN32)
- // We do not need to redefine the defaults right now on Windows.
- char *__asan_default_options SANITIZER_WEAK_ATTRIBUTE;
-#endif
} // namespace
#endif // ASAN_INTERFACE_H
OpenPOWER on IntegriCloud