Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name."
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 4 Aug 2017 06:35:32 +0000 (06:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 4 Aug 2017 06:35:32 +0000 (06:35 +0000)
commit8e72a07efecb55e023b1ba3a3d754d3eb14540be
tree73ec71a7a926235ee4e3520b0fd0ea1f0097e2e4
parent6e724762b14307893ac237047c370fbc080a3635
Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name."

It generates MODULE-XXXXXXXXXXXX-%%%%%%%%.pcm, then GlobalModuleIndex.cpp is confused with the suffix ".pcm"

llvm-svn: 310030
clang/lib/Frontend/CompilerInstance.cpp