aprantl added inline comments.

================
Comment at: lldb/include/lldb/Symbol/Function.h:331
+  /// \ref resolved.
+  union {
+    const char *mangled_name;
----------------
vsk wrote:
> aprantl wrote:
> > `llvm::PointerUnion` ?
> It's not possible to use PointerUnion here because `const char *` has 1-byte 
> alignment. There's no space in the pointer to store a discriminator bit.
Good point!


https://reviews.llvm.org/D50478



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to