c/clang/symg:move get conf func
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user