mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[ORC] Fix a missing return value.
llvm-svn: 335677
This commit is contained in:
parent
2e643205bc
commit
db185d0f92
@ -175,6 +175,8 @@ Error CtorDtorRunner2::run() {
|
|||||||
return CtorDtorMap.takeError();
|
return CtorDtorMap.takeError();
|
||||||
|
|
||||||
CtorDtorsByPriority.clear();
|
CtorDtorsByPriority.clear();
|
||||||
|
|
||||||
|
return Error::success();
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocalCXXRuntimeOverridesBase::runDestructors() {
|
void LocalCXXRuntimeOverridesBase::runDestructors() {
|
||||||
|
Loading…
Reference in New Issue
Block a user