[LLVMbugs] [Bug 17556] New: llvm-link: link error: Linking globals: symbol multiply defined!
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 11 14:12:34 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17556
Bug ID: 17556
Summary: llvm-link: link error: Linking globals: symbol
multiply defined!
Product: libraries
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Linker
Assignee: unassignedbugs at nondot.org
Reporter: jirislaby at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 11362
--> http://llvm.org/bugs/attachment.cgi?id=11362&action=edit
Preprocessed file with vprintf
I'm trying to link multiple llvm objects together and get:
llvm-link: link error in 'e2fsck/sigcatcher.c.i.llvm': Linking globals named
'vprintf': symbol multiply defined!
vprintf comes from stdio.h and is marked as inline. One preprocessed file is
attached.
--
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/20131011/273e52f6/attachment.html>
More information about the llvm-bugs
mailing list