From 668d49c7d2d8b5afe872d958f0db18f3aa2dfe94 Mon Sep 17 00:00:00 2001 From: cf-zhao Date: Mon, 11 Mar 2024 15:55:17 +0800 Subject: [PATCH] =?UTF-8?q?24.03=20LTS=E7=89=88=E6=9C=ACCompiler=20SIG?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E8=BD=AF=E4=BB=B6=E5=8C=85=E9=80=89=E5=9E=8B?= =?UTF-8?q?=E5=9F=BA=E7=BA=BF=E5=85=AC=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...11\345\236\213\345\237\272\347\272\277.md" | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 "Compiler SIG \350\275\257\344\273\266\345\214\205\351\200\211\345\236\213\345\237\272\347\272\277.md" diff --git "a/Compiler SIG \350\275\257\344\273\266\345\214\205\351\200\211\345\236\213\345\237\272\347\272\277.md" "b/Compiler SIG \350\275\257\344\273\266\345\214\205\351\200\211\345\236\213\345\237\272\347\272\277.md" new file mode 100644 index 0000000..3d628d8 --- /dev/null +++ "b/Compiler SIG \350\275\257\344\273\266\345\214\205\351\200\211\345\236\213\345\237\272\347\272\277.md" @@ -0,0 +1,40 @@ + +### 背景 +openEuler 24.03 LTS是基于6.6内核的长周期LTS版本,面向服务器、云、边缘计算、AI和嵌入式场景,提供更多新特性和功能,给开发者和用户带来全新的体验,服务更多的领域和更多的用户,将于5月底正式发布。 + +### 24.03 LTS版本 +#### Compiler SIG软件包选型版本 +| 序号 | 软件包 | 版本号 | +|-----|------------------------|--------------| +| 1 | openjdk-1.8.0 | 8u402 | +| 2 | openjdk-11 | 11.0.22 | +| 3 | openjdk-17 | 17.0.10 | +| 4 | openjdk-21 | 21.0.2 | +| 5 | spirv-llvm-translator | 17.0.0 | +| 6 | compiler-rt | 17.0.6| +| 7 | clang | 17.0.6| +| 8 | llvm-bolt | 17.0.6| +| 9 | llvm-libunwind | 17.0.6| +| 10 | lld | 17.0.6| +| 11 | libcxx | 17.0.6| +| 12 | libcxxabi | 17.0.6| +| 13 | openmp | 17.0.6| +| 14 | lldb | 17.0.6| +| 15 | flang | 17.0.6| +| 16 | llvm-mlir | 17.0.6| +| 17 | gcc | 12.3.0 | +| 18 | binutils | 2.41 | +| 19 | gcc-7 | 7.3.0 | +| 20 | gcc-cross | 1.0 | +| 21 | A-FOT | 1.0 | +| 22 | autofdo | 0.19| +| 23 | Bear | 3.0.20 | +| 24 | pin-gcc-client | 0.4.1 | +| 25 | pin-server | 0.4.0 | +| 26 | openjfx8 | 8u370 | +| 27 | openjfx11 | 11.0.18.0 | +| 30 | ccache | 4.8.3 | +| 31 | classic-flang | | +| 32 | gn | 1.0.0 | +| 33 | tinytoml | 0.4 | +| 34 | optimized-routines | 21.02 | \ No newline at end of file -- Gitee