r178086 - Remove a FIXME that's not planned to be fixed. We only generated crash
Chad Rosier
mcrosier at apple.com
Tue Mar 26 16:25:41 PDT 2013
Author: mcrosier
Date: Tue Mar 26 18:25:41 2013
New Revision: 178086
URL: http://llvm.org/viewvc/llvm-project?rev=178086&view=rev
Log:
Remove a FIXME that's not planned to be fixed. We only generated crash
diagnostics for the first failing command.
Modified:
cfe/trunk/tools/driver/driver.cpp
Modified: cfe/trunk/tools/driver/driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/driver.cpp?rev=178086&r1=178085&r2=178086&view=diff
==============================================================================
--- cfe/trunk/tools/driver/driver.cpp (original)
+++ cfe/trunk/tools/driver/driver.cpp Tue Mar 26 18:25:41 2013
@@ -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;
}
}
More information about the cfe-commits
mailing list