forked from OSchip/llvm-project
RelocVisitor::visit(): Set hasError in the default path.
llvm-svn: 173565
This commit is contained in:
parent
ec2546ab97
commit
a5b09ff6b9
|
@ -77,6 +77,7 @@ public:
|
||||||
return RelocToApply();
|
return RelocToApply();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
HasError = true;
|
||||||
return RelocToApply();
|
return RelocToApply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue