LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 984 - test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr xfailed
Summary: test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr xfailed
Status: RESOLVED FIXED
Alias: None
Product: tools
Classification: Unclassified
Component: llvm-gcc (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: code-quality, regression
Depends on:
Blocks:
 
Reported: 2006-11-05 17:25 PST by Chris Lattner
Modified: 2010-02-22 12:41 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2006-11-05 17:25:31 PST
llvm-gcc is compiling the template in this testcase to have weak linkage.  The testcase expects it to be 
linkonce.  We should investigate to find out if llvm-gcc can be enhanced to get this back, post 1.9.

-Chris
Comment 1 Chris Lattner 2007-04-24 11:24:03 PDT
Dale fixed this.