]> granicus.if.org Git - clang/commit
this patch "adds support for specifying multiple dependancy targets using ‘-MT’....
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jan 2009 19:28:34 +0000 (19:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jan 2009 19:28:34 +0000 (19:28 +0000)
commit02fbb2578538e93f901f75fdc7d278c4c0e935de
tree77dc84b443629ff3b2d692319789bade416d8f39
parent2726f9ad0a2a97c444a2b8b356c261cba120605a
this patch "adds support for specifying multiple dependancy targets using ‘-MT’. Using this patch, I was able to use ‘ccc’ as C compiler for the few C files in LLVM. In my brief testing, the output remains identical to that of GCC."

Patch by Dan Villiom Podlaski Christiansen!

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