[PATCH] D85576: [clang][Fuchsia] Add relative-vtables multilib
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 14 13:05:34 PDT 2020
phosek added a comment.
In D85576#2330923 <https://reviews.llvm.org/D85576#2330923>, @leonardchan wrote:
> This should also be ready now that https://reviews.llvm.org/D85802 landed, unless we don't want to submit this *right* now so the clang builders don't build these multilibs that won't be used yet?
This change implement a slightly different approach from what we discussed, which is providing an Itanium-compatible (that is `-fc++abi=itanium`) multilib for compatibility with other compilers, and then enabling relative vtables by default. Unless there's a strong reason not to take that approach, that's the direction I'd prefer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85576/new/
https://reviews.llvm.org/D85576
More information about the cfe-commits
mailing list