[PATCH] D81239: Correctly report modified status for DataFlowSanitizer
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 03:16:42 PDT 2020
vitalybuka added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:1047
- return false;
+ return !FnsToInstrument.empty();
}
----------------
there is a global inserted in the beginning
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81239/new/
https://reviews.llvm.org/D81239
More information about the llvm-commits
mailing list