http://llvm.org/bugs/show_bug.cgi?id=8676
Summary: Clang fails to selfhost on i386-darwin10: missing
__eprintf symbol
Product: clang
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
A simple i386-apple-darwin10 clang selfhost fails with a linker error:
http://google1.osuosl.org:8011/builders/clang-i386-darwin10-selfhost-rel/builds/15
Undefined symbols:
"___eprintf", referenced from:
___eprintf$non_lazy_ptr in
libLLVMSystem.a(SearchForAddressOfSpecialSymbol.o)
(maybe you meant: ___eprintf$non_lazy_ptr)
ld: symbol(s) not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Presumably, compiling clang with compiler-rt should fix this, but that requires
ARM bits to be installed, see PR8655.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs