Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(170)

Unified Diff: rtl/tsan_flags.cc

Issue 6350081: [TSan] new option: use_internal_symbolizer (Closed) Base URL: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/tsan/
Patch Set: z Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « rtl/tsan_flags.h ('k') | rtl/tsan_symbolize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rtl/tsan_flags.cc
===================================================================
--- rtl/tsan_flags.cc (revision 159703)
+++ rtl/tsan_flags.cc (working copy)
@@ -51,6 +51,7 @@
f->flush_memory_ms = 0;
f->stop_on_start = false;
f->running_on_valgrind = false;
+ f->use_internal_symbolizer = false;
// Let a frontend override.
@@ -72,6 +73,7 @@
Flag(env, &f->profile_memory, "profile_memory");
Flag(env, &f->flush_memory_ms, "flush_memory_ms");
Flag(env, &f->stop_on_start, "stop_on_start");
+ Flag(env, &f->use_internal_symbolizer, "use_internal_symbolizer");
}
static const char *GetFlagValue(const char *env, const char *name,
« no previous file with comments | « rtl/tsan_flags.h ('k') | rtl/tsan_symbolize.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b