mv x/<tool> => xtool/<tool>
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/ar"
|
||||
"github.com/goplus/llgo/xtool/ar"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/clang/parser"
|
||||
"github.com/goplus/llgo/xtool/clang/parser"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/clang/preprocessor"
|
||||
"github.com/goplus/llgo/xtool/clang/preprocessor"
|
||||
)
|
||||
|
||||
func usage() {
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/env/llvm"
|
||||
"github.com/goplus/llgo/xtool/env/llvm"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -20,8 +20,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/env/llvm"
|
||||
"github.com/goplus/llgo/x/nm"
|
||||
"github.com/goplus/llgo/xtool/env/llvm"
|
||||
"github.com/goplus/llgo/xtool/nm"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
"os/exec"
|
||||
"strings"
|
||||
|
||||
"github.com/goplus/llgo/x/clang/ast"
|
||||
"github.com/goplus/llgo/xtool/clang/ast"
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/goplus/llgo/x/clang/pathutil"
|
||||
"github.com/goplus/llgo/xtool/clang/pathutil"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -26,9 +26,9 @@ import (
|
||||
"strconv"
|
||||
|
||||
"github.com/goplus/gogen"
|
||||
"github.com/goplus/llgo/x/clang/types/scanner"
|
||||
"github.com/goplus/llgo/xtool/clang/types/scanner"
|
||||
|
||||
ctypes "github.com/goplus/llgo/x/clang/types"
|
||||
ctypes "github.com/goplus/llgo/xtool/clang/types"
|
||||
)
|
||||
|
||||
const (
|
||||
2
x/env/llvm/llvm.go → xtool/env/llvm/llvm.go
vendored
2
x/env/llvm/llvm.go → xtool/env/llvm/llvm.go
vendored
@@ -19,7 +19,7 @@ package llvm
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/goplus/llgo/x/nm"
|
||||
"github.com/goplus/llgo/xtool/nm"
|
||||
)
|
||||
|
||||
type Env struct {
|
||||
Reference in New Issue
Block a user