[PATCH] D55621: [asan] Don't check ODR violations for particular types of globals
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 14:57:35 PST 2018
eugenis added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2193
- if (UseOdrIndicator) {
+ // ODR check is not useful for the following, but we see false reports are
+ // linker optimizations.
----------------
did you mean "from linker optimizations"?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55621/new/
https://reviews.llvm.org/D55621
More information about the llvm-commits
mailing list