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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-01-26 08:27:23 +00:00
parent d07c64dce6
commit 1ae9e8b278

View File

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