[all-commits] [llvm/llvm-project] 070493: Revert "Revert "Revert "[clang] Add experimental o...
dyung via All-commits
all-commits at lists.llvm.org
Wed Sep 13 21:08:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 070493ddbd9473499d6f00ca62bc6aa92808ed79
https://github.com/llvm/llvm-project/commit/070493ddbd9473499d6f00ca62bc6aa92808ed79
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/AST/VTableBuilder.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/CodeGenCXX/OmitRTTIComponentABI/simple-vtable-definition.cpp
R clang/test/CodeGenCXX/OmitRTTIComponentABI/vbase-offset.cpp
R clang/test/CodeGenCXX/OmitRTTIComponentABI/vtable-layout.cpp
R clang/test/Driver/omit-rtti-component-flag.cpp
R clang/test/Driver/omit-rtti-component-without-no-rtti.cpp
Log Message:
-----------
Revert "Revert "Revert "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used"""
This reverts commit e16474ba2cba8fa69b413a83852d06c93155f8c9.
This change is still causing a test failure on a bot: https://lab.llvm.org/buildbot/#/builders/139/builds/49666
More information about the All-commits
mailing list