mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
RelocVisitor::visit(): Set hasError in the default path.
llvm-svn: 173565
This commit is contained in:
parent
bcf0501249
commit
fad4802abd
@ -77,6 +77,7 @@ public:
|
||||
return RelocToApply();
|
||||
}
|
||||
}
|
||||
HasError = true;
|
||||
return RelocToApply();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user