mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 17:24:44 +01:00
shared: drop some debug logs
This commit is contained in:
parent
2607b2c9f0
commit
285070d09a
@ -119,7 +119,6 @@ func buildAndAttachBitcode(compilerExecName string, pr ParserResult, bcObjLinks
|
||||
for i, srcFile := range pr.InputFiles {
|
||||
objFile, bcFile := getArtifactNames(pr, i, hidden)
|
||||
if hidden {
|
||||
LogDebug("not compile only; building object files")
|
||||
buildObjectFile(compilerExecName, pr, srcFile, objFile)
|
||||
*newObjectFiles = append(*newObjectFiles, objFile)
|
||||
}
|
||||
|
@ -541,7 +541,6 @@ func (pr *ParserResult) verboseFlagCallback(_ string, _ []string) {
|
||||
}
|
||||
|
||||
func (pr *ParserResult) compileOnlyCallback(_ string, _ []string) {
|
||||
LogDebug("compileOnlyCallback")
|
||||
pr.IsCompileOnly = true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user