[patch] Drop support for non-cfi capable assemblers
David Blaikie
dblaikie at gmail.com
Fri Mar 21 14:01:12 PDT 2014
Kind of a big LLVM patch - any chance of breaking it down a bit?
On Fri, Mar 21, 2014 at 11:40 AM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> Having the MCStreamer interface feed back to itself via
> EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to support
> non-cfi assemblers is one of my favorite hacks, but it might no longer
> be necessary.
>
> In llvm, MC itself supports cfi since the end of 2010 (support started
> in r119972, is reported in the 2.9 release notes).
>
> In binutils the support has been around for much longer. It looks like
> support started to be added in May 2003. It is available in 2.15
> (31-Aug-2011, 2.14 is from 12-Jun-2003).
>
> Cheers,
> Rafael
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list