diff options
author | Ben Langmuir <blangmuir@apple.com> | 2015-02-19 20:23:22 +0000 |
---|---|---|
committer | Ben Langmuir <blangmuir@apple.com> | 2015-02-19 20:23:22 +0000 |
commit | d89dc561c77d2585354da7f7543ff9c473f423ec (patch) | |
tree | ec7b99b5ac39903bf3f0b7b8c1cc0ef1c9914f3a /clang/lib/Frontend/FrontendActions.cpp | |
parent | bd0b651bd249ab766f9c17cf4a9f5ef268f53632 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |