RelocVisitor::visit(): Set hasError in the default path.

llvm-svn: 173565
This commit is contained in:
NAKAMURA Takumi 2013-01-26 08:27:23 +00:00
parent ec2546ab97
commit a5b09ff6b9
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public:
return RelocToApply();
}
}
HasError = true;
return RelocToApply();
}