From 7201272d4c1b7822c11593ea3ef97bc65b647e54 Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Wed, 10 Jun 2020 13:50:05 -0700 Subject: Revert "[clang] Frontend components for the relative vtables ABI" This reverts commit 2e009dbcb3e373a59e6e84dce6d51ae8a29f60a5. Reverting since there were some test failures on buildbots that used the new pass manager. ASan and MSan are also finding some bugs in this that I'll need to address. --- clang/lib/Frontend/CompilerInvocation.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'clang/lib/Frontend/CompilerInvocation.cpp') diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 3aea916..29e92ce 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -3410,11 +3410,6 @@ static void ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK, Opts.CompatibilityQualifiedIdBlockParamTypeChecking = Args.hasArg(OPT_fcompatibility_qualified_id_block_param_type_checking); - - Opts.RelativeCXXABIVTables = - Args.hasFlag(OPT_fexperimental_relative_cxx_abi_vtables, - OPT_fno_experimental_relative_cxx_abi_vtables, - /*default=*/false); } static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { -- cgit v1.1