]> granicus.if.org Git - clang/commit
Allow -MF to be used in combination with -E -M or -E -MM.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 26 Sep 2012 19:01:49 +0000 (19:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 26 Sep 2012 19:01:49 +0000 (19:01 +0000)
commit99c720828a2fcaf368c6a0f2502189d10dbd5c53
tree91d8439424a4b7a36530fbfd119addbe9b712938
parent5bf5c2ec54ede5352293e5739e9b44bea2f6b01b
Allow -MF to be used in combination with -E -M or -E -MM.

Fixes PR13851. Patch by Dimitry Andric!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Preprocessor/pr13851.c [new file with mode: 0644]