-
Notifications
You must be signed in to change notification settings - Fork 981
Open
Labels
Description
root@fbsdvp:/mnt/work/code/go/src/github.com/tinygo-org/tinygo # export CPPFLAGS=-I/usr/local/llvm18/include root@fbsdvp:/mnt/work/code/go/src/github.com/tinygo-org/tinygo # go build # tinygo.org/x/go-llvm /mnt/work/code/go/pkg/mod/tinygo.org/x/[email protected]/analysis.go:16:10: fatal error: 'llvm-c/Analysis.h' file not found 16 | #include "llvm-c/Analysis.h" // If you are getting an error here you need to build or install LLVM, see https://tinygo.org/docs/guides/build/ | ^~~~~~~~~~~~~~~~~~~ 1 error generated. root@fbsdvp:/mnt/work/code/go/src/github.com/tinygo-org/tinygo #