[PATCH] D58321: [WIP] Support for relative vtables

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 14:01:49 PST 2019


leonardchan added a comment.

In D58321#1407362 <https://reviews.llvm.org/D58321#1407362>, @pcc wrote:

> Can we start with a patch that just exposes a flag that enables the relative ABI unconditionally, and remove all the platform ABI compatibility stuff?


Done. Removed the checks requiring LTO, checks in `checkClassABI`, and relevant tests for them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58321





More information about the cfe-commits mailing list