[LLVMbugs] [Bug 49] New: gccld .... -lgcc -lc is breaking McCat/15-trie on BSD
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Thu Oct 16 20:56:59 PDT 2003
http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=49
Summary: gccld .... -lgcc -lc is breaking McCat/15-trie on BSD
Product: libraries
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Runtime libraries
AssignedTo: gaeke+bugs at uiuc.edu
ReportedBy: gaeke+bugs at uiuc.edu
I have slightly narrowed down the problem with "trie" on BSD. It turns out that
bugpoint was not lying when it said that none of the gccld passes were causing a
problem; in fact, the bug is triggered
when you say
gccld -o=trie Output/trie.linked.bc -lgcc -lc
and not when you say
gccld -o=trie Output/trie.linked.bc
(in both cases, I was testing with the JIT.)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list