http://llvm.org/bugs/show_bug.cgi?id=6544
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
