[PATCH] D43390: [DEBUGINFO] Add support for emission of the inlined strings.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 13:31:22 PST 2018
probinson added a comment.
In https://reviews.llvm.org/D43390#1010744, @probinson wrote:
> Instead of all the elaborate checks, you could use `llvm-dwarfdump -debug-str` (dump just the .debug_str section) and then use `CHECK-NOT: "` to prove it's empty.
Actually never mind. Losing all the debug info would also pass that check, so my previous 3-line recommendation stands.
Repository:
rL LLVM
https://reviews.llvm.org/D43390
More information about the llvm-commits
mailing list