]> granicus.if.org Git - clang/commit
Frontend: Don't include stdin in the dependency list for an object file
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 27 Oct 2014 22:31:50 +0000 (22:31 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 27 Oct 2014 22:31:50 +0000 (22:31 +0000)
commit78e394b43448ee4113a0b7fa09a33f2726b8a125
tree41b79ce7e8298146fcca1ce023949f090a4a4bf4
parentc637e9000585a37aae796817647a81725315f047
Frontend: Don't include stdin in the dependency list for an object file

GCC doesn't do this and it semes weird to include a file that we can't
open.

This fixes PR21362.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/DependencyFile.cpp