[PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 19:12:29 PST 2016


Lgtm
On Mar 8, 2016 9:09 PM, "Sean Silva" <chisophugis at gmail.com> wrote:

> silvas added a comment.
>
> Also fixed the `if` above in r262983.
>
>
> ================
> Comment at: ELF/InputFiles.cpp:449
> @@ -448,1 +448,3 @@
>          continue;
> +    if (Flags & object::BasicSymbolRef::SF_FormatSpecific)
> +      continue;
> ----------------
> ruiu wrote:
> > We have "using namespace llvm::object" at beginning of this file.
> Fixed the `if` above in r262983.
>
>
> http://reviews.llvm.org/D17975
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160308/8ce38322/attachment.html>


More information about the llvm-commits mailing list