[PATCH] D71907: [WPD/VFE] Always emit vcall_visibility metadata for -fwhole-program-vtables

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 06:37:11 PST 2019


tejohnson added a comment.

In D71907#1797218 <https://reviews.llvm.org/D71907#1797218>, @evgeny777 wrote:

> Looks good at first sight. Do you have linker patch for me to try this out?


The linker changes are in D71913 <https://reviews.llvm.org/D71913>. This one should be a noop by itself (other than just getting the additional metadata). You need all three (this one, D71911 <https://reviews.llvm.org/D71911> and D71913 <https://reviews.llvm.org/D71913>) to implement the RFC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71907/new/

https://reviews.llvm.org/D71907





More information about the llvm-commits mailing list