Skip to content

Commit 84054b5

Browse files
committed
Expand comment, remove unwanted test
1 parent 0348ab9 commit 84054b5

File tree

2 files changed

+5
-73
lines changed

2 files changed

+5
-73
lines changed

llvm/docs/CMake.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,11 @@ enabled sub-projects. Nearly all of these variable names begin with
486486
results at the cost of performance. Allowed values are `DISABLED` (default),
487487
`COVERAGE`, and `COVERAGE_AND_ORIGIN`. `COVERAGE` tracks whether and why a
488488
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.
493494

494495
**LLVM_ENABLE_DIA_SDK**:BOOL
495496
Enable building with MSVC DIA SDK for PDB debugging support. Available

llvm/test/Transforms/InstCombine/reduced.ll

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)