[PATCH] D55157: [asan] Add clang flag -fsanitize-address-use-odr-indicator
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 17:22:13 PST 2018
eugenis added inline comments.
================
Comment at: clang/docs/ClangCommandLineReference.rst:805
+
+Generate additional globals to improve ODR checks
+
----------------
vitalybuka wrote:
> eugenis wrote:
> > Please expand this a little bit.
> I've reworded this, but this file does not contains details.
Ideally this documentation should be enough for a user to make a decision whether they need the flag or not. How about adding something like " in partially sanitized programs at the cost of an increase in binary size"?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55157/new/
https://reviews.llvm.org/D55157
More information about the llvm-commits
mailing list