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 (
|
const (
|
||||||
LLGoPackage = "link: $(llvm-config --ldflags --libs); -lunwind"
|
LLGoPackage = "link"
|
||||||
LLGoFiles = "$(llvm-config --cflags): _wrap/debug.c"
|
LLGoFiles = "_wrap/debug.c"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Info struct {
|
type Info struct {
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LLGoPackage = "link: $(llvm-config --ldflags --libs); -lunwind"
|
LLGoPackage = "link"
|
||||||
LLGoFiles = "$(llvm-config --cflags): _wrap/debug.c"
|
LLGoFiles = "_wrap/debug.c"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Info struct {
|
type Info struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user