mv x/<tool> => xtool/<tool>

This commit is contained in:
xushiwei
2024-05-11 05:27:38 +08:00
parent 67896c63a7
commit cd266213ce
25 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ import (
"time"
wasm "github.com/aykevl/go-wasm"
"github.com/goplus/llgo/x/ar"
"github.com/goplus/llgo/xtool/ar"
)
// Create creates an arcive for static linking from a list of object files

View File

@@ -33,7 +33,7 @@ import (
"golang.org/x/tools/go/ssa"
"github.com/goplus/llgo/cl"
"github.com/goplus/llgo/x/clang"
"github.com/goplus/llgo/xtool/clang"
llssa "github.com/goplus/llgo/ssa"
)