summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-01 03:04:07 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-01 03:04:07 +0000
commitb17d6fa5b399ac1c499796fcbf8d88263f67cf9c (patch)
treedda2ae7657a239daa8a4480fc096dd54b7857a4f /clang/lib/Frontend/CompilerInvocation.cpp
parent3dade419bff12f1c67fd5d4256a5e7f2338f1160 (diff)
downloadbcm5719-llvm-b17d6fa5b399ac1c499796fcbf8d88263f67cf9c.tar.gz
bcm5719-llvm-b17d6fa5b399ac1c499796fcbf8d88263f67cf9c.zip
Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI here.
llvm-svn: 288304
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 874827b7e5f..af1ab071511 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -556,7 +556,6 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
Opts.ObjCAutoRefCountExceptions = Args.hasArg(OPT_fobjc_arc_exceptions);
Opts.CXAAtExit = !Args.hasArg(OPT_fno_use_cxa_atexit);
Opts.CXXCtorDtorAliases = Args.hasArg(OPT_mconstructor_aliases);
- Opts.QualifiedFunctionTypeInfo = Args.hasArg(OPT_mqualified_function_type_info);
Opts.CodeModel = getCodeModel(Args, Diags);
Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass);
Opts.DisableFPElim =
OpenPOWER on IntegriCloud