c/clang/symg:move get conf func

This commit is contained in:
luoliwoshang
2024-07-30 15:17:37 +08:00
parent 099c80e04b
commit f93d3381e0
3 changed files with 66 additions and 56 deletions

View File

@@ -17,7 +17,6 @@
package types
import (
"github.com/goplus/llgo/c/cjson"
"github.com/goplus/llgo/xtool/nm"
)
@@ -30,11 +29,6 @@ type Config struct {
TrimPrefixes []string `json:"trimPrefixes"`
}
type Conf struct {
*cjson.JSON
*Config
}
type CPPSymbol struct {
DemangleName string
*nm.Symbol