mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Return 0 instead of 1 for correct execution. Makes automated testing happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5728abc675
commit
b246cee5fb
@ -58,6 +58,6 @@ int main(int argc, char **argv) {
|
||||
// on demand.
|
||||
Passes.run(*M.get());
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user