[PATCH] D15001: Extend debug info for function parameters in SDAG.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 09:01:05 PST 2015
aprantl added a comment.
Looks like a good change to me.
Instead of checking the final DWARF output in the test case, I think it would be preferable to use MIR serialization (llc -stop-after) and immediately check the result after SDAG is finished.
Repository:
rL LLVM
http://reviews.llvm.org/D15001
More information about the llvm-commits
mailing list