Skip to content

Commit

Permalink
Deprecate LLVM <= 5. (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored May 20, 2022
1 parent 0220bf7 commit bcc5a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The following changes are included in this release:
## Deprecated features

* Deprecated support for Make (Linux, macOS) build system
* Deprecated support for LLVM 3.8, 3.9 and 5

## Removed features

Expand Down
6 changes: 3 additions & 3 deletions release/share/terra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ The current recommended version of LLVM is **13**. The following versions are al

| Version | Linux | macOS | Windows | CUDA | AMD GPU \* | Notes |
| ------- | ----- | ----- | ------- | ---- | ---------- | ----- |
| 3.8 | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | |
| 3.9 | :heavy_check_mark: | :heavy_check_mark: | | | | |
| 5 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
| 3.8 | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | [deprecated](https://github.com/terralang/terra/issues/471) |
| 3.9 | :heavy_check_mark: | :heavy_check_mark: | | | | [deprecated](https://github.com/terralang/terra/issues/471) |
| 5 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | [deprecated](https://github.com/terralang/terra/issues/471) |
| 6 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
| 7 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | requires CMake |
| 8 | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | |
Expand Down

0 comments on commit bcc5a81

Please sign in to comment.