[LLVMdev] maintaining names for types

Scott Graham scott.llvm at h4ck3r.net
Wed Oct 29 18:22:40 PDT 2008


On Wed, Oct 29, 2008 at 4:32 PM, Mike Stump <mrs at apple.com> wrote:
>
> What rule would you use to pick between the two?  min(strlen)?
> First?  Last?  min(wc -w)?  If you had a way to pick, people might go
> along with it...  :-)

But, but, I just like to "complain", not "solve". ;-)

I'd personally go with "First", as I think registering the system's
types at startup and having them persist would make the most sense.

I'm not too clear where the might happen as far as the Module's
TypeSymbolTable and maybe fillTypeNameTable go.

scott



More information about the llvm-dev mailing list