diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-03-26 23:25:41 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-03-26 23:25:41 +0000 |
commit | 7020346e4137375d41fc4ac70bfda06e2c724444 (patch) | |
tree | 67ed9a3b31050da719b1369dd9f07ba4e35d0af9 /tools | |
parent | e79ce292d93f955c1219c3977c02199bd3dc6544 (diff) |
Remove a FIXME that's not planned to be fixed. We only generated crash
diagnostics for the first failing command.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/driver/driver.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp index c8790177b3..4c40da3080 100644 --- a/tools/driver/driver.cpp +++ b/tools/driver/driver.cpp @@ -489,9 +489,6 @@ int main(int argc_, const char **argv_) { // In these cases, generate additional diagnostic information if possible. if (CommandRes < 0 || CommandRes == 70) { TheDriver.generateCompilationDiagnostics(*C, FailingCommand); - - // FIXME: generateCompilationDiagnostics() needs to be tested when there - // are multiple failing commands. break; } } |