[PATCH] Fix bug 19437 - Only add discriminators for DWARF 4 and above.

Diego Novillo dnovillo at google.com
Thu Apr 17 15:21:45 PDT 2014


On Thu, Apr 17, 2014 at 6:19 PM, Adrian Prantl <aprantl at apple.com> wrote:

>
> No no, I just meant that I should be able to say
> $ clang -gdwarf-4 and get full DWARF4 output at my own risk, rather than
> disabling the feature on Darwin completely.
>

Oh, yeah. That is how it works. All we check is for the dwarf version
number, so my patch will give you the behaviour you want.


Diego.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140417/2faa6bbf/attachment.html>


More information about the llvm-commits mailing list