[PATCH] D38140: [DebugInfo] Do not extend range for physreg in LiveDebugVariables

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 16:57:03 PDT 2017


aprantl added a comment.

live-debug-variables happens so late in the pipeline that in practice checking for dwarfdump output hasn't caused much churn in the testsuite. I would prefer a `-filetype=obj -start-before=greedy | llvm-dwarfdump- test` over one that checks DEBUG output (which will only be tested by bots that build with assertions enabled).


https://reviews.llvm.org/D38140





More information about the llvm-commits mailing list