This patch enables passing options to msan via the passes pipeline, e.e., -passes=msan<recover;kernel;track-origins=4>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h | ||
---|---|---|
32 ↗ | (On Diff #184910) | Is there a reason why this function no longer specifies default value for the parameter? Btw, there is one use - in llvm/bindings/go/llvm/InstrumentationBindings.cpp, which dont seem to be addressed |
Comment Actions
Minor past-commit nit.
lib/CodeGen/BackendUtil.cpp | ||
---|---|---|
1039 | This change isn't needed any more (since you added the default back). |
This change isn't needed any more (since you added the default back).