mirror of
https://github.com/danog/gllvm.git
synced 2024-12-02 15:57:51 +01:00
Merge branch 'master' of https://github.com/SRI-CSL/gllvm
This commit is contained in:
commit
4a45aecff2
2
gllvm.go
2
gllvm.go
@ -24,7 +24,7 @@ func main() {
|
|||||||
logError("You should call %s with a valid name.", callerName)
|
logError("You should call %s with a valid name.", callerName)
|
||||||
}
|
}
|
||||||
|
|
||||||
logInfo("Calling %v returned %v\n", os.Args, exitCode)
|
logInfo("Calling %v returned %v\n", os.Args, exitCode)
|
||||||
|
|
||||||
//important to pretend to look like the actual wrapped command
|
//important to pretend to look like the actual wrapped command
|
||||||
os.Exit(exitCode)
|
os.Exit(exitCode)
|
||||||
|
Loading…
Reference in New Issue
Block a user