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 1163 - Module should not use SetVector of libraries
Summary: Module should not use SetVector of libraries
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Core LLVM classes (show other bugs)
Version: trunk
Hardware: All All
: P enhancement
Assignee: Reid Spencer
URL:
Keywords: code-cleanup, slow-compile
Depends on:
Blocks:
 
Reported: 2007-02-03 16:06 PST by Chris Lattner
Modified: 2010-02-22 12:42 PST (History)
1 user (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 2007-02-03 16:06:30 PST
It should just contain a vector of libraries, and clients that manipulate it should ensure that duplicates do 
not get entered.