File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
llvm/lib/Transforms/Instrumentation Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,11 @@ static cl::opt<bool> ClOutlineInstrumentation(
6868 " ELF size" ),
6969 cl::Hidden, cl::init(false ));
7070
71-
7271static cl::opt<bool > ClVerifyOutlinedInstrumentation (
73- " tysan-verify-outlined-instrumentation" ,
74- cl::desc (" Check types twice with both inlined instrumentation and "
75- " function calls. This verifies that they behave the same." ),
76- cl::Hidden, cl::init(false ));
72+ " tysan-verify-outlined-instrumentation" ,
73+ cl::desc (" Check types twice with both inlined instrumentation and "
74+ " function calls. This verifies that they behave the same." ),
75+ cl::Hidden, cl::init(false ));
7776
7877STATISTIC (NumInstrumentedAccesses, " Number of instrumented accesses" );
7978
You can’t perform that action at this time.
0 commit comments