Skip to content
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

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

baszalmstra
Copy link
Collaborator

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

@baszalmstra baszalmstra added the type: docs Improvements or additions to documentation label Jan 25, 2021
@baszalmstra baszalmstra self-assigned this Jan 25, 2021
@codecov
Copy link

codecov bot commented Jan 25, 2021

Codecov Report

Merging #304 (d536f46) into master (b83c2ce) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b83c2ce...d536f46. Read the comment docs.

README.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
book/src/ch04-02-building-llvm.md Outdated Show resolved Hide resolved
Co-authored-by: Wodann <Wodann@users.noreply.github.com>
Copy link
Collaborator

@Wodann Wodann left a 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 👍

@baszalmstra baszalmstra merged commit 9c7e847 into mun-lang:master Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arch Linux build info out of date
2 participants