eugenis added inline comments.

================
Comment at: include/clang/Driver/Options.td:830
                                            HelpText<"Disable use-after-scope 
detection in AddressSanitizer">;
+def fsanitize_address_globals_live_support : Flag<["-"], 
"fsanitize-address-globals-live-support">,
+                                        Group<f_clang_Group>,
----------------
chandlerc wrote:
> Would the name "-fsanitize-address-globals-dead-stripping" be a bit easier to 
> understand? not sure.
It does sound a little bit better.
The current name is copied from the -mllvm flag, which was initially 
OSX-specific, where "live_support" is part of the section name.


Repository:
  rL LLVM

https://reviews.llvm.org/D32886



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to