[PATCH] D25697: Make the LTO comdat api more symbol table friendly
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 19:53:38 PDT 2016
davide added a comment.
Ideally all the APIs in this file should be documented (at least the non-trivial ones).
We don't return a comdat pointer but a comdat handle/identifier, so, maybe the API should be renamed accordingly to getComdatIndex/Identifier or something?
https://reviews.llvm.org/D25697
More information about the llvm-commits
mailing list