Skip to content

Commit f0899d9

Browse files
committed
Fix misleading error message in analysis.go
The most likely reason why people are getting this error is when they haven't installed LLVM on their system (for example, from Homebrew).
1 parent b76d8b5 commit f0899d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: analysis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
package llvm
1414

1515
/*
16-
#include "llvm-c/Analysis.h" // If you are getting an error here read bindings/go/README.txt
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/
1717
#include "llvm-c/Core.h"
1818
#include <stdlib.h>
1919
*/

0 commit comments

Comments
 (0)