[PATCH] D44185: [Coroutines] Avoid assert splitting hidden coros
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 15:36:28 PDT 2018
rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.
I think the right fix is to leave these internal and to avoid copying the visibility. Internal linkage symbols are in some sense always hidden, they never go in the dynamic symbol table. I can't see where the visibility gets copied, though.
Repository:
rL LLVM
https://reviews.llvm.org/D44185
More information about the llvm-commits
mailing list