From bdd3f6ed440a84910d12d7d12e157fd13c7d8a75 Mon Sep 17 00:00:00 2001 From: visualfc Date: Mon, 27 May 2024 07:29:10 +0800 Subject: [PATCH] ssa: use DefaultTargetTriple for targetData --- chore/gentests/gentests.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chore/gentests/gentests.go b/chore/gentests/gentests.go index d13eaee2..66f31ce2 100644 --- a/chore/gentests/gentests.go +++ b/chore/gentests/gentests.go @@ -21,9 +21,8 @@ import ( "os" "strings" - "github.com/goplus/llgo/ssa" - "github.com/goplus/llgo/internal/llgen" + "github.com/goplus/llgo/ssa" "github.com/goplus/mod" )