[PATCH] D40950: [ELF] - Fail when multiple .debug_* sections are used in a single object.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 00:03:24 PST 2017


grimar planned changes to this revision.
grimar added a comment.

This would not work for case when we have multiple .debug_type sections,
though it is legal and already supported. I'll update patch with the testcase for that
(if approach chosen by this patch be approved during current discussion in mail list).


https://reviews.llvm.org/D40950





More information about the llvm-commits mailing list