Merge pull request #693 from luoliwoshang/llcppsymg/unuse-comment

llcppsymg:remove unused bug-fix loop
This commit is contained in:
xushiwei
2024-08-15 19:52:08 +08:00
committed by GitHub

View File

@@ -155,11 +155,6 @@ func getCommonSymbols(dylibSymbols []*nm.Symbol, symbolMap map[string]string, pr
} }
func genSymbolTableFile(symbolInfos []*types.SymbolInfo) error { func genSymbolTableFile(symbolInfos []*types.SymbolInfo) error {
// keep open follow code block can run successfully
for i := range symbolInfos {
println("symbol", symbolInfos[i].Go)
}
fileName := "llcppg.symb.json" fileName := "llcppg.symb.json"
existingSymbols, err := readExistingSymbolTable(fileName) existingSymbols, err := readExistingSymbolTable(fileName)
if err != nil { if err != nil {