Skip to content

Commit

Permalink
[GR-28684] Update LLVM to version 12.0.1.
Browse files Browse the repository at this point in the history
PullRequest: graal/9656
  • Loading branch information
rschatz committed Sep 15, 2021
2 parents 55ad6f2 + 04d8714 commit c19650c
Show file tree
Hide file tree
Showing 30 changed files with 483 additions and 2,735 deletions.
6 changes: 6 additions & 0 deletions common.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
},
"deps": {
"COMMENT.common": [
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
"hurt on others."
],
"common": {
"timelimit": "30:00",
"environment": {
"MX_PYTHON": "python3"
},
"packages": {
"pip:isort": "==4.3.19",
"pip:logilab-common": "==1.4.4",
"pip:pylint": "==1.9.3",
"pip:ninja_syntax": "==1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-manual/llvm/Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /reference-manual/llvm/Compatibility/
---
# LLVM Compatibility

GraalVM supports LLVM bitcode versions 3.8 to 10.0.
GraalVM supports LLVM bitcode versions 4.0 to 12.0.1.
It is recommended to use the LLVM toolchain shipped with GraalVM.

## Optimizations Flags
Expand Down
4 changes: 2 additions & 2 deletions sdk/llvm-patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LLVM Upstream Patches

This directory contains patches which were used to build this
LLVM distribution but are not yet upstream or have been backported
to LLVM 10. To build this LLVM distribution yourself, apply the patches
on top of an LLVM [10.0.0](https://github.com/llvm/llvm-project/tree/llvmorg-10.0.0) source tree.
to LLVM 12. To build this LLVM distribution yourself, apply the patches
on top of an LLVM [12.0.1](https://github.com/llvm/llvm-project/tree/llvmorg-12.0.1) source tree.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c19650c

Please sign in to comment.