[lld] r234240 - [GNU] Implement --enable-new-dtags/--disable-new-dtags
Simon Atanasyan
simon at atanasyan.com
Mon Apr 6 14:57:13 PDT 2015
Hi,
On Tue, Apr 7, 2015 at 12:45 AM, Davide Italiano <davide at freebsd.org> wrote:
> --- lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h (original)
> +++ lld/trunk/include/lld/ReaderWriter/ELFLinkingContext.h Mon Apr 6 16:45:31 2015
> @@ -292,6 +292,18 @@ public:
> bool alignSegments() const { return _alignSegments; }
> void setAlignSegments(bool align) { _alignSegments = align; }
>
> + /// \brief Enable new dtags.
> + /// If this flag is set lld emits DT_RUNPATH instead of
> + /// DT_RUNPATH. They are functionally equivalent except for
The phrase "emits DT_RUNPATH instead of DT_RUNPATH" looks like a typo.
--
Simon Atanasyan
More information about the llvm-commits
mailing list