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 @@ -64,12 +64,11 @@ static cl::opt<bool> ClOutlineInstrumentation(
6464 " ELF size" ),
6565 cl::Hidden, cl::init(false ));
6666
67-
6867static cl::opt<bool > ClVerifyOutlinedInstrumentation (
69- " tysan-verify-outlined-instrumentation" ,
70- cl::desc (" Check types twice with both inlined instrumentation and "
71- " function calls. This verifies that they behave the same." ),
72- cl::Hidden, cl::init(false ));
68+ " tysan-verify-outlined-instrumentation" ,
69+ cl::desc (" Check types twice with both inlined instrumentation and "
70+ " function calls. This verifies that they behave the same." ),
71+ cl::Hidden, cl::init(false ));
7372
7473STATISTIC (NumInstrumentedAccesses, " Number of instrumented accesses" );
7574
You can’t perform that action at this time.
0 commit comments