1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 bcf0501249
commit fad4802abd

View File

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