[PATCH] D32886: [asan] A clang flag to enable ELF globals-gc

Chandler Carruth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 17:38:11 PDT 2017


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

Generally makes sense. A question about the name. Feel free to land with a name that you and other sanitizer folks are happy with.



================
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>,
----------------
Would the name "-fsanitize-address-globals-dead-stripping" be a bit easier to understand? not sure.


Repository:
  rL LLVM

https://reviews.llvm.org/D32886





More information about the cfe-commits mailing list