[lld] r264802 - Simplify AHL handling.

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 04:19:34 PDT 2016


Thanks.

On Wed, Mar 30, 2016 at 2:05 AM, Rafael Espindola via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rafael
> Date: Tue Mar 29 18:05:59 2016
> New Revision: 264802
>
> URL: http://llvm.org/viewvc/llvm-project?rev=264802&view=rev
> Log:
> Simplify AHL handling.
>
> This simplifies a few things
>
> * Read the value as early as possible, instead of passing a pointer to
>   the location.
> * Print the warning for missing pair close to where we find out it is
>   missing.
> * Don't pass the value to relocateOne.

-- 
Simon Atanasyan


More information about the llvm-commits mailing list