[PATCH] [lld][LinkingContext] remove const

Shankar Easwaran shankare at codeaurora.org
Mon Oct 7 08:40:10 PDT 2013


Ah, thanks for pointing that out. Going to abandon my changes, and 
change some of the functions to be const.

On 10/7/2013 5:30 AM, Joerg Sonnenberger wrote:
> On Sun, Oct 06, 2013 at 10:45:47PM -0700, Shankar Kalpathi Easwaran wrote:
>> Remove const from LinkingContext and remove mutable members.
> This goes too far. You are removing const attributes from functions like
> Is64Bit(). The allocator as mutable makes perfect sense and I'd prefer
> to keep as much of the const use as otherwise sensible...
>
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>



-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation




More information about the llvm-commits mailing list