]> granicus.if.org Git - clang/commit
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
authorNick Lewycky <nicholas@mxc.ca>
Thu, 5 May 2011 00:08:20 +0000 (00:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 5 May 2011 00:08:20 +0000 (00:08 +0000)
commit3dc05418538c719fea48b906bfa4febe5296e126
tree687d5784fa052acf5afcc1c73477daea9c8c7489
parentc1598700010cea9364a58a65e967b0b56361b6aa
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
foo.pic.gcno instead of foo.gcno.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130899 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp