[lld] r237842 - y

Lang Hames lhames at gmail.com
Wed May 20 15:45:08 PDT 2015


This was accidentally committed without a message. It has been reverted in
r237846 and reapplied with a message in r237847.

- Lang.


On Wed, May 20, 2015 at 3:26 PM, Lang Hames <lhames at gmail.com> wrote:

> Author: lhames
> Date: Wed May 20 17:26:06 2015
> New Revision: 237842
>
> URL: http://llvm.org/viewvc/llvm-project?rev=237842&view=rev
> Log:
> y
>
> Modified:
>     lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h
>
> Modified: lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h
> URL:
> http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h?rev=237842&r1=237841&r2=237842&view=diff
>
> ==============================================================================
> --- lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h (original)
> +++ lld/trunk/include/lld/ReaderWriter/MachOLinkingContext.h Wed May 20
> 17:26:06 2015
> @@ -335,13 +335,13 @@ private:
>    bool _outputMachOTypeStatic; // Disambiguate static vs dynamic prog
>    bool _doNothing;            // for -help and -v which just print info
>    bool _pie;
> -  uint64_t _stackSize;
>    Arch _arch;
>    OS _os;
>    uint32_t _osMinVersion;
>    uint64_t _pageZeroSize;
>    uint64_t _pageSize;
>    uint64_t _baseAddress;
> +  uint64_t _stackSize;
>    uint32_t _compatibilityVersion;
>    uint32_t _currentVersion;
>    StringRef _installName;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/ab6282e6/attachment.html>


More information about the llvm-commits mailing list