[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
Thu Aug 18 18:11:28 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28855
Jeremy Huddleston Sequoia <jeremyhu at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #8 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
Still an issue with r279141 release_39
.../lib/clang/3.9.0/lib/darwin $ nm -arch i386 libclang_rt.osx.a | grep epr
libclang_rt.osx.a(eprintf.c.o):
00000000 T ___eprintf
.../lib/clang/3.9.0/lib/darwin $ nm -arch i386 libclang_rt.osx.a | grep epr
libclang_rt.osx.a(eprintf.c.o):
00000000 T ___eprintf
--
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/7408ca71/attachment.html>
More information about the llvm-bugs
mailing list