[PATCH] D152405: [WIP][clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 7 17:19:26 PDT 2023
leonardchan added a comment.
> Can we extend the test cases to exercise both with and without relative-vtables also enabled?
Yup, the cases here already test with the regular itanium c++ abi and relative vtables abi.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152405/new/
https://reviews.llvm.org/D152405
More information about the cfe-commits
mailing list