[PATCH] D46326: ThinLTO+CFI: short-circuit direct calls to jump table entries

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 17:33:10 PDT 2018


vlad.tsyrklevich added a comment.

Also, definitions in the merged module are set to have internal linkage which will not work if we plan to call them directly in other modules. We'll need to change their linkage.


https://reviews.llvm.org/D46326





More information about the llvm-commits mailing list