From d89dc561c77d2585354da7f7543ff9c473f423ec Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Thu, 19 Feb 2015 20:23:22 +0000 Subject: Revert "Mangle the IsSystem bit into the .pcm file name" While I investigate some possible problems with this patch. This reverts commit r228966 llvm-svn: 229910 --- clang/lib/Frontend/FrontendActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Frontend/FrontendActions.cpp') diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index c8673e50a05..a55a3257851 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -366,7 +366,7 @@ bool GenerateModuleAction::ComputeASTConsumerArguments(CompilerInstance &CI, HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); CI.getFrontendOpts().OutputFile = HS.getModuleFileName(CI.getLangOpts().CurrentModule, - ModuleMapForUniquing->getName(), IsSystem); + ModuleMapForUniquing->getName()); } // We use createOutputFile here because this is exposed via libclang, and we -- cgit v1.2.3