mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 19:34:49 +01:00
linting ...
This commit is contained in:
parent
9cb7a2f944
commit
778414f628
@ -209,8 +209,6 @@ func compileTimeLinkFiles(compilerExecName string, pr parserResult, objFiles []s
|
||||
success, err := execCmd(compilerExecName, args, "")
|
||||
if !success {
|
||||
LogError("%v %v failed to link: %v.", compilerExecName, args, err)
|
||||
//was LogFatal
|
||||
return
|
||||
} else {
|
||||
LogInfo("LINKING: %v %v", compilerExecName, args)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user