[PATCH] D18042: Create a SymbolBody for locals

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 13:02:52 PST 2016


ruiu added a comment.

So a natural question to ask is whether LocalSymbol is an appropriate class or not. Conceptually, being local is orthogonal to the type. There can be an undefined local symbol (and I think some ABI like PPC actually has that for some special use case.) What do you think?


http://reviews.llvm.org/D18042





More information about the llvm-commits mailing list