debug: rollback unwind to don't depends llvm runtime, solve libunwind linking on homebrew linux in llgo formal

This commit is contained in:
Li Jie
2025-03-19 14:31:41 +08:00
parent 74ededd8c8
commit 71b34003ca
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ import (
)
const (
LLGoPackage = "link: $(llvm-config --ldflags --libs); -lunwind"
LLGoFiles = "$(llvm-config --cflags): _wrap/debug.c"
LLGoPackage = "link"
LLGoFiles = "_wrap/debug.c"
)
type Info struct {

View File

@@ -11,8 +11,8 @@ import (
)
const (
LLGoPackage = "link: $(llvm-config --ldflags --libs); -lunwind"
LLGoFiles = "$(llvm-config --cflags): _wrap/debug.c"
LLGoPackage = "link"
LLGoFiles = "_wrap/debug.c"
)
type Info struct {