debug: rollback unwind to don't depends llvm runtime, solve libunwind linking on homebrew linux in llgo formal
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user