aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2020-06-10 13:50:05 -0700
committerLeonard Chan <leonardchan@google.com>2020-06-10 13:50:05 -0700
commit7201272d4c1b7822c11593ea3ef97bc65b647e54 (patch)
tree961271d234d5c4624bbf8af2bc04d57af46ac684 /clang/lib/Frontend/CompilerInvocation.cpp
parent1727c6aab34012f0cefc8a3f29ede5f1f718c832 (diff)
downloadllvm-7201272d4c1b7822c11593ea3ef97bc65b647e54.zip
llvm-7201272d4c1b7822c11593ea3ef97bc65b647e54.tar.gz
llvm-7201272d4c1b7822c11593ea3ef97bc65b647e54.tar.bz2
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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp5
1 files changed, 0 insertions, 5 deletions
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) {