[PATCH] D90717: [llvm] Add a test for debug info generated with split functions.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 23:12:17 PST 2020
MaskRay added a comment.
In addition, I wonder where this is layering issue for the testing. This patch adds `llvm-objdump -l` which is not common in test/DebugInfo. In fact, there is only one test using -S/--source/-l/--line-numbers, so I wonder whether it is the most appropriate testing approach here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90717/new/
https://reviews.llvm.org/D90717
More information about the llvm-commits
mailing list