[PATCH] D72959: Relative VTables ABI on Fuchsia
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 15:12:21 PDT 2020
leonardchan updated this revision to Diff 254317.
leonardchan edited the summary of this revision.
leonardchan added a comment.
Herald added subscribers: libcxx-commits, danielkiss.
Herald added a project: libc++abi.
Herald added a reviewer: libc++abi.
I updated the patch such that this everything here allows us to work with RTTI also. Since this is very large and has a lot of refactoring of the ItaniumCXXABI class and llvm changes independent from the FuchsiaCXXABI, I'll do my best to split them into smaller patches then formally ask for reviews on them. Keeping this around for reference as the point of reference I'll keep up to date.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72959/new/
https://reviews.llvm.org/D72959
Files:
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/AST/VTableBuilder.cpp
clang/lib/CodeGen/CGCXXABI.cpp
clang/lib/CodeGen/CGCXXABI.h
clang/lib/CodeGen/CGVTables.cpp
clang/lib/CodeGen/CGVTables.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/Fuchsia/child-inheritted-from-parent-in-comdat.cpp
clang/test/CodeGenCXX/Fuchsia/child-vtable-in-comdat.cpp
clang/test/CodeGenCXX/Fuchsia/cross-translation-unit-1.cpp
clang/test/CodeGenCXX/Fuchsia/cross-translation-unit-2.cpp
clang/test/CodeGenCXX/Fuchsia/cross-tu-header.h
clang/test/CodeGenCXX/Fuchsia/diamond-inheritance.cpp
clang/test/CodeGenCXX/Fuchsia/diamond-virtual-inheritance.cpp
clang/test/CodeGenCXX/Fuchsia/dynamic-cast.cpp
clang/test/CodeGenCXX/Fuchsia/inheritted-virtual-function.cpp
clang/test/CodeGenCXX/Fuchsia/inline-virtual-function.cpp
clang/test/CodeGenCXX/Fuchsia/inlined-key-function.cpp
clang/test/CodeGenCXX/Fuchsia/member-function-pointer.cpp
clang/test/CodeGenCXX/Fuchsia/multiple-inheritance.cpp
clang/test/CodeGenCXX/Fuchsia/override-pure-virtual-method.cpp
clang/test/CodeGenCXX/Fuchsia/overriden-virtual-function.cpp
clang/test/CodeGenCXX/Fuchsia/parent-and-child-in-comdats.cpp
clang/test/CodeGenCXX/Fuchsia/parent-vtable-in-comdat.cpp
clang/test/CodeGenCXX/Fuchsia/pass-byval-attributes.cpp
clang/test/CodeGenCXX/Fuchsia/simple-vtable-definition.cpp
clang/test/CodeGenCXX/Fuchsia/stub-linkages.cpp
clang/test/CodeGenCXX/Fuchsia/thunk-mangling.cpp
clang/test/CodeGenCXX/Fuchsia/type-info.cpp
clang/test/CodeGenCXX/Fuchsia/virtual-function-call.cpp
clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
libcxxabi/src/private_typeinfo.cpp
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/IR/Constants.cpp
llvm/test/CodeGen/X86/relptr-rodata.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72959.254317.patch
Type: text/x-patch
Size: 111801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200401/fb5a3380/attachment-0001.bin>
More information about the cfe-commits
mailing list