[llvm-bugs] [Bug 28855] clang 3.8.1 fails to link i386 macOS due to eprintf.c.o incorrectly being included in libclang_rt.osx.a

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 19 09:40:36 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28855

Chris Bieneman <chris.bieneman at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Chris Bieneman <chris.bieneman at me.com> ---
Jeremy, the fix makes clang not link the eprintf library. Removing it from the
build is not essential because it is just an unused file, so that change will
be in 4.0.

This change does resolve the bug that was reported (being unable to link i386
code). Removing eprintf from the x86_64 slice is not strictly required for
correctness, and can be tracked in a separate bug which does not justify
escalation to 3.9.

This bug is resolved, please don't abuse our bug tracker by re-opening bugs
when the resolution is not your intended solution. If the problem reported is
fixed, the bug is fixed. If there are further changes you want to see, please
file new bugs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160819/8bc199c3/attachment.html>


More information about the llvm-bugs mailing list