summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-10-14 23:14:24 +0000
committerEric Christopher <echristo@gmail.com>2019-10-14 23:14:24 +0000
commit3be9169caab619c9c87ec29b5530bd2db8382938 (patch)
tree99050e02aa87ca51a58d492aa25ce90f8ecc81db /clang/lib/Frontend/CompilerInvocation.cpp
parent2a1386c81de504b5bda44fbecf3f7b4cdfd748fc (diff)
downloadbcm5719-llvm-3be9169caab619c9c87ec29b5530bd2db8382938.tar.gz
bcm5719-llvm-3be9169caab619c9c87ec29b5530bd2db8382938.zip
Temporarily Revert [Modules][PCH] Hash input files content
as it's breaking a few bots. This reverts r374841 (git commit 2a1386c81de504b5bda44fbecf3f7b4cdfd748fc) llvm-svn: 374842
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 0aa44252c6c..9d5987f07f1 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -2081,8 +2081,6 @@ static void ParseHeaderSearchArgs(HeaderSearchOptions &Opts, ArgList &Args,
getLastArgUInt64Value(Args, OPT_fbuild_session_timestamp, 0);
Opts.ModulesValidateSystemHeaders =
Args.hasArg(OPT_fmodules_validate_system_headers);
- Opts.ValidateASTInputFilesContent =
- Args.hasArg(OPT_fvalidate_ast_input_files_content);
if (const Arg *A = Args.getLastArg(OPT_fmodule_format_EQ))
Opts.ModuleFormat = A->getValue();
OpenPOWER on IntegriCloud