[all-commits] [llvm/llvm-project] 87e11e: Revert "[clang] Add experimental option to omit th...
PiJoules via All-commits
all-commits at lists.llvm.org
Wed Sep 13 16:55:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87e11ecbaec95d8411d1b332d6d88d458b408739
https://github.com/llvm/llvm-project/commit/87e11ecbaec95d8411d1b332d6d88d458b408739
Author: Leonard Chan <leonardchan at google.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 "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used"
This reverts commit 6385c1df919f237d4149fabf542a158f61010bf8.
Reverting since this broke a windows builder:
https://lab.llvm.org/buildbot/#/builders/216/builds/27252.
More information about the All-commits
mailing list