[lld] r276935 - [lld][MachO] Re-apply r276921 with fix - initialize strings for debug string

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 10 13:54:25 PDT 2016


On Wed, Jul 27, 2016 at 3:55 PM, Lang Hames via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: lhames
> Date: Wed Jul 27 17:55:30 2016
> New Revision: 276935
>
> URL: http://llvm.org/viewvc/llvm-project?rev=276935&view=rev
> Log:
> [lld][MachO] Re-apply r276921 with fix - initialize strings for debug string
> copies.
>

While reading the MachO lld code I noticed this commit copies the same
header 3 times.
I think you intended to include only once, so I committed a fix. In
case this wasn't your intention, feel free to revert.

--
Davide


More information about the llvm-commits mailing list