Skip to content

Commit c19650c

Browse files
committed
[GR-28684] Update LLVM to version 12.0.1.
PullRequest: graal/9656
2 parents 55ad6f2 + 04d8714 commit c19650c

File tree

30 files changed

+483
-2735
lines changed

30 files changed

+483
-2735
lines changed

common.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@
2626
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
2727
},
2828
"deps": {
29+
"COMMENT.common": [
30+
"pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around",
31+
"https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't",
32+
"hurt on others."
33+
],
2934
"common": {
3035
"timelimit": "30:00",
3136
"environment": {
3237
"MX_PYTHON": "python3"
3338
},
3439
"packages": {
40+
"pip:isort": "==4.3.19",
3541
"pip:logilab-common": "==1.4.4",
3642
"pip:pylint": "==1.9.3",
3743
"pip:ninja_syntax": "==1.7.2"

docs/reference-manual/llvm/Compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: /reference-manual/llvm/Compatibility/
66
---
77
# LLVM Compatibility
88

9-
GraalVM supports LLVM bitcode versions 3.8 to 10.0.
9+
GraalVM supports LLVM bitcode versions 4.0 to 12.0.1.
1010
It is recommended to use the LLVM toolchain shipped with GraalVM.
1111

1212
## Optimizations Flags

sdk/llvm-patches/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ LLVM Upstream Patches
33

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

sdk/llvm-patches/backports/0005-libunwind-Set-LIBUNWIND_ASM_SOURCES-to-the-ASM-sourc.patch

Lines changed: 0 additions & 48 deletions
This file was deleted.

sdk/llvm-patches/backports/0006-clang-Don-t-look-into-sysroot-for-C-headers-if-they-.patch

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)