-
Notifications
You must be signed in to change notification settings - Fork 183
Linux not supported #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is only downloading the prebuilt version of LLVM, set LLVM_CONFIG to where your llvm-config binary is. Note that this should be an absolute path, not relative (like ../../path/to/llvm) |
Checkout this pr: #143 |
I'm getting this issue to. When I |
LLVM 7 is the current requirement for building the codegen. Make sure Note that this issue is concerned with prebuilt LLVM 7 support on linux. The build script attempts to download and use a prebuilt version of LLVM 7 if |
You guys can try the docker image provided in the official repository so all the dependencies are setup already inside. |
I was trying to build the add example, and since the guide makes no mention that linux isn't supported I assumed it was. When I ran the build script, I get
Unsupported target with no matching prebuilt LLVM:
x86_64-unknown-linux-gnu, install LLVM and set LLVM_CONFIG
.I went through the build script and saw this:
So is there a plan to re-support linux?
The text was updated successfully, but these errors were encountered: