[PATCH] D28626: RFC: Generalize inverted gc dependencies

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 14:43:14 PST 2017


eugenis added a comment.

Thank you, this looks and works great!

My earlier comment still needs to be addressed though, casts to InputSection must be replaced with dyn_cast<> with null checks.


https://reviews.llvm.org/D28626





More information about the llvm-commits mailing list