[llvm] [llvm-dwarfdump][LineCov 1/3] Add variable coverage metrics (PR #169646)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 06:29:33 PST 2025


================
@@ -0,0 +1,24 @@
+RUN: llc %S/Inputs/coverage.ll -o %t.o -filetype=obj
+RUN: llc %S/Inputs/coverage-opt.ll -o %t-opt.o -filetype=obj
----------------
SLTozer wrote:

As I understand it, both of these input files will be used by other tests independent of this one in a future patch? Just noting this for review, as normally these tests would each be self-contained, but in this case they'll also be used as inputs for multiple tests, including at least one that uses both the files as input to one command - is that correct?

https://github.com/llvm/llvm-project/pull/169646


More information about the llvm-commits mailing list