[PATCH] [lld][core] sectionGroup support.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 27 15:01:02 PST 2014


> For comdat groups, the name is always the name of one of the symbols in the group?

No. Check _ZN3barC5Ev in the above example. It doesn't even correspond
to any real entity in the object file. It is just the name of the
group.

Cheers,
Rafael



More information about the llvm-commits mailing list