[all-commits] [llvm/llvm-project] a70b39: [clang] Don't emit type test/assume for virtual cl...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jun 16 09:38:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a70b39abffb42eb85fd2dd7960ec9dc7ae38510c
https://github.com/llvm/llvm-project/commit/a70b39abffb42eb85fd2dd7960ec9dc7ae38510c
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M clang/docs/LTOVisibility.rst
M clang/lib/CodeGen/CGClass.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/test/CodeGenCXX/lto-visibility-inference.cpp
Log Message:
-----------
[clang] Don't emit type test/assume for virtual classes that should never participate in WPD
Reviewed By: pcc
Differential Revision: https://reviews.llvm.org/D127876
More information about the All-commits
mailing list