mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:24:42 +01:00
Trying to unify the behavior of wllvm and gllvm when compiling the linux kernel.
This commit is contained in:
parent
18b65a053a
commit
72ed099005
@ -243,7 +243,7 @@ func execCompile(compilerExecName string, pr parserResult, wg *sync.WaitGroup, o
|
||||
defer (*wg).Done()
|
||||
success, _ := execCmd(compilerExecName, pr.InputList, "")
|
||||
if !success {
|
||||
LogError("Failed to compile using given arguments [%v]\n", pr.InputList)
|
||||
LogError("Failed to compile using given arguments: %v\n", pr.InputList)
|
||||
*ok = false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user