Merge pull request #416 from xushiwei/q

c/clang: use llvm-config
This commit is contained in:
xushiwei
2024-06-25 12:05:05 +08:00
committed by GitHub

View File

@@ -22,6 +22,10 @@ import (
"github.com/goplus/llgo/c"
)
const (
LLGoPackage = "link: -L$(llvm-config --libdir) -lclang; -lclang"
)
/**
* Opaque pointer representing client data that will be passed through
* to various callbacks and visitors.