-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat(book): describe how to install/build LLVM #304
Conversation
Codecov Report
@@ Coverage Diff @@
## master #304 +/- ##
=======================================
Coverage 81.42% 81.42%
=======================================
Files 239 239
Lines 14026 14026
=======================================
Hits 11420 11420
Misses 2606 2606 Continue to review full report at Codecov.
|
b5997ce
to
6779d49
Compare
Co-authored-by: Wodann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to squash and submit 👍
Adds a guide on how to get LLVM and refers to that guide from the readme.
Note that I wrote this document differently from our other files. I put every sentence on a new line. This is something I use at my day job and makes reviewing a lot easier. I can change it back later but I don't think it really matters since the rendered version will look the same.
Closes #259