[PATCH] D26461: Tread TSan LLVM flags to driver: add TSan controlling flags to clang.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 9 11:46:09 PST 2016


eugenis added inline comments.


================
Comment at: lib/Frontend/CompilerInvocation.cpp:735
+                   OPT_fno_sanitize_thread_data_races,
+                   Opts.SanitizeThreadDataRaces);
+  Opts.SanitizeThreadStackTraces =
----------------
It seems common to hardcode the default option value here.
The same in SanitizerArgs.cpp.


https://reviews.llvm.org/D26461





More information about the cfe-commits mailing list