[LLVMbugs] [Bug 6544] LLVMSystem cant use ADT/StringMap due to circular dependency with LLVMSupport

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 8 08:36:28 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6544

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-03-08 10:36:28 CST ---
libsystem is supposed to be low level enough to not need this.  If it needs to
return something like this, it can just return either a pointer into a static
array (with keys/values) or can fill in a vector.  It doesn't need to return a
map datastructure, the client can do that.  A more elegant API can be vended in
libsupport if you desire that builds on the simple API in libsystem.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list