forked from OSchip/llvm-project
[Orc] Add missing return value (left out in r307350).
llvm-svn: 307354
This commit is contained in:
parent
d5b1cbf046
commit
b76aa4ac0a
|
@ -228,6 +228,7 @@ public:
|
|||
Error removeModule(ModuleHandleT H) {
|
||||
(*H)->removeModuleFromBaseLayer(BaseLayer);
|
||||
ModuleList.erase(H);
|
||||
return Error::success();
|
||||
}
|
||||
|
||||
/// @brief Search for the given named symbol.
|
||||
|
|
Loading…
Reference in New Issue