summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendActions.cpp
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2015-02-19 20:23:22 +0000
committerBen Langmuir <blangmuir@apple.com>2015-02-19 20:23:22 +0000
commitd89dc561c77d2585354da7f7543ff9c473f423ec (patch)
treeec7b99b5ac39903bf3f0b7b8c1cc0ef1c9914f3a /clang/lib/Frontend/FrontendActions.cpp
parentbd0b651bd249ab766f9c17cf4a9f5ef268f53632 (diff)
downloadbcm5719-llvm-d89dc561c77d2585354da7f7543ff9c473f423ec.tar.gz
bcm5719-llvm-d89dc561c77d2585354da7f7543ff9c473f423ec.zip
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
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r--clang/lib/Frontend/FrontendActions.cpp2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud