Skip to content

Commit 7772d00

Browse files
committed
feat: add debug test
1 parent fba3a39 commit 7772d00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_xtool/llcppsymg/internal/symg/parse.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func NewSymbolProcessor(curPkgFiles []string, prefixes []string, symMap map[stri
5151

5252
func (p *SymbolProcessor) isSelfFile(filename string) bool {
5353
_, ok := p.curPkgFiles[filename]
54-
if !ok {
55-
fmt.Println("not in file", filename)
54+
if !ok && dbgSymbol {
55+
fmt.Println("not in file: ", filename)
5656
}
5757
return ok
5858
}

0 commit comments

Comments
 (0)