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

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 12:06:34 PST 2016


pcc added inline comments.


================
Comment at: include/clang/Driver/Options.td:732
+def fsanitize_thread_memory_access : Flag<["-"], "fsanitize-thread-memory-access">,
+                                     Group<f_clang_Group>, Flags<[CC1Option]>,
+                                     HelpText<"Enable memory access instrumentation in ThreadSanitizer (default)">;
----------------
You can remove the `Flags<[CC1Option]>` part in each of these now.


https://reviews.llvm.org/D26461





More information about the cfe-commits mailing list