File tree Expand file tree Collapse file tree 2 files changed +5
-73
lines changed
test/Transforms/InstCombine Expand file tree Collapse file tree 2 files changed +5
-73
lines changed Original file line number Diff line number Diff line change @@ -486,10 +486,11 @@ enabled sub-projects. Nearly all of these variable names begin with
486
486
results at the cost of performance. Allowed values are `DISABLED ` (default),
487
487
`COVERAGE `, and `COVERAGE_AND_ORIGIN `. `COVERAGE ` tracks whether and why a
488
488
line number was intentionally dropped or not generated for an instruction,
489
- allowing Debugify to avoid reporting these as errors. `COVERAGE_AND_ORIGIN `
490
- additionally stores a stack trace of the point where each DebugLoc is
491
- unintentionally dropped, allowing for much easier bug triaging at the cost of
492
- a ~10x performance slowdown. ABI-breaking.
489
+ allowing Debugify to avoid reporting these as errors; this comes with a small
490
+ performance cost of ~0.1%. `COVERAGE_AND_ORIGIN ` additionally stores a stack
491
+ trace of the point where each DebugLoc is unintentionally dropped, allowing
492
+ for much easier bug triaging at the cost of a ~10x performance slowdown.
493
+ `COVERAGE ` and `COVERAGE_AND_ORIGIN ` are both ABI-breaking options.
493
494
494
495
**LLVM_ENABLE_DIA_SDK **:BOOL
495
496
Enable building with MSVC DIA SDK for PDB debugging support. Available
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments