-
Notifications
You must be signed in to change notification settings - Fork 79
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
llvm/asm: missing files #20
Comments
to be clear: I understand these files are generated with
one could also create a (I can send a PR for the above) |
Hi Sebastien, Glad to hear from you. Hope you had a great winter holidays : ) You are correctly pointing out that these files need to be generated at the current stage of the project. The intention is to check them into git once the project matures, so that The reason the files have not been included yet is simply to limit noise and decrease the download size of the repository as the gocc generated Go source files change a lot each time the BNF grammar for LLVM IR is updated.
The Makefile could indeed be replaced by As mentioned above, once the library matures, the generated source files will definitely be checked into the git repository to make the If you do wish to send a PR for the Cheers /u |
Marked this issue with the |
Hi @sbinet! Just wanted to let you know that llir/llvm is steadily moving closer to a v0.2 release, at which point the source files for the generated parser will be checked into the repo; thus making llir/llvm go:getable : ) More specifically, the v0.2 release will happen as soon as the remaining items on the todo list for read support have been implemented. Cheers /u & i |
This is in preparation for the v0.2 release. The installation instructions will be accurate once v0.2 is released. Updates #20.
@sbinet Just to let you know. We are preparing the v0.2 release of llir/llvm, and as such the project should be go-getable within the next few days :) Cheers /u & i |
hi there,
trying to compile
"llvm/asm"
I get:it seems to me there are a few files missing in, at least,
"llvm/asm/internal/{lexer,parser}"
.could this be fixed?
thx!
The text was updated successfully, but these errors were encountered: