-
Notifications
You must be signed in to change notification settings - Fork 982
Open
Labels
info-neededWe need further information to help resolveWe need further information to help resolve
Description
I was trying to build tinygo
from source using the guide.
I'm on a Mac Mini M4, with fresh llvm
and lld
installed via Homebrew.
However, when doing go install
the following error appears:
# tinygo.org/x/go-llvm
../../go/pkg/mod/tinygo.org/x/[email protected]/version.go:16:10: fatal error: 'llvm/Config/llvm-config.h' file not found
16 | #include "llvm/Config/llvm-config.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Don't know if ever happened before. I checked the current version of version.go
in go-llvm
and the line that contains the include
is commented out.
Metadata
Metadata
Assignees
Labels
info-neededWe need further information to help resolveWe need further information to help resolve