Align up the comment properly.

This commit is contained in:
Vassil Vassilev 2014-06-04 12:06:20 +02:00 committed by sftnight
parent 21d9481ce0
commit 2c16f39465

@ -266,9 +266,9 @@ IncrementalExecutor::executeFunction(llvm::StringRef funcname,
for (std::set<std::string>::const_iterator i = m_unresolvedSymbols.begin(),
e = m_unresolvedSymbols.end(); i != e; ++i) {
// FIXME: This causes a lot of test failures, for some reason it causes
// the call to HandleMissingFunction to be elided.
//unsigned diagID = m_Diags.getCustomDiagID(clang::DiagnosticsEngine::Error,
// "%0 unresolved while jitting %1");
// the call to HandleMissingFunction to be elided.
//m_Diags.Report(diagID) << *i << funcname; // TODO: demangle the names.
llvm::errs() << "IncrementalExecutor::executeFunction: symbol '" << *i