Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h | ||
---|---|---|
12 | Nope, removed. |
llvm/lib/Passes/PassRegistry.def | ||
---|---|---|
92 | Almost all of the others have both a module and function pass, so the "-module" is to distinguish between those. I think sancov-module is the only one that doesn't fit that, and I actually did want to rename it to sancov. I'd like to keep the name the same as the legacy pass for migration reasons (basically so I don't have to touch every dfsan test). | |
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
778 | A new DataFlowSanitizer is constructed for each run/runOnModule so that shouldn't be necessary. |
LLVM_TRANSFORMS_INSTRUMENTATION_DATAFLOWSANITIZER_H