[LLVMbugs] [Bug 1085] NEW: Section printed into .ll file
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 6 13:56:14 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1085
Summary: Section printed into .ll file
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
Attached source (from Qt) will cause sections of form "gnu.linkonce.t" to be
printed into resulting LLVM bytecode (e.g. when compiling with -emit-llvm -S).
This causes misc linker problems.
A quick workaround was introduced:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070101/042142.html
It should be reverted after this bug fixed.
------- 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