Skip to content

Commit

Permalink
Add version update policy to README
Browse files Browse the repository at this point in the history
Closes: #60
Closes: #208
  • Loading branch information
vtjnash authored Oct 14, 2024
1 parent 0b887f8 commit 9bea73d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Compile Generated C Code and Run
```

Running tests
==================
=============

Unit tests:

Expand All @@ -122,3 +122,12 @@ First, compile llvm-cbe, and install pytest (e.g. `pip install pytest`). Then:
You might have to adjust the llvm-cbe and lli paths in that configuration.

If you want the tests to run faster, installing `pytest-xdist` will allow you to run the test suite in parallel, e.g. `pytest -n 4` if you want to use 4 cores.

FAQ: Version Update Policy
==========================

The policy of this project is to only support latest released version of LLVM on the head of repo here.
The rationale is that supporting multiple versions is additional work for a project which has no sponsors.
Additionally, since there are very few changes, other than version compatibility maintenance,
anyone using an older version of LLVM can just checkout the last commit to work on that branch.
For discussion, see https://github.com/JuliaHubOSS/llvm-cbe/issues/60.

0 comments on commit 9bea73d

Please sign in to comment.