Skip to content

Commit

Permalink
[Orc][examples] Actually return MainResult from main
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Mar 14, 2020
1 parent ee04339 commit 2ddfac0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ int main(int argc, char *argv[]) {
llvm_shutdown:
// Shut down LLVM.
LLVMShutdown();
return 0;

return MainResult;
}

0 comments on commit 2ddfac0

Please sign in to comment.