Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit ba0906d

Browse files
[weekly][04102023]: Pull greenforce clang update from commit 548d67a0393c7bd200e335ada0a3d684750c2697
Clang Version: 18.0.0 Binutils version: 2.38 2.38.tar.xz LLVM commit: llvm/llvm-project@548d67a0 Release: https://github.com/greenforce-project/clang-llvm/releases/tag/04102023 Change-Id: I484dcbfb15aad1cea00ef6b7337ce68e9d057b97 Signed-off-by: greenforce-bot <[email protected]>
1 parent 205dc14 commit ba0906d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ mkdir -p ~/toolchains/greenforce-clang
1212
Then to download:
1313

1414
```bash
15-
wget -c https://github.com/greenforce-project/clang-llvm/releases/download/03102023/greenforce-clang-18.0.0-03102023-1834.tar.zst -O - | tar -xz -C ~/toolchains/greenforce-clang
15+
wget -c https://github.com/greenforce-project/clang-llvm/releases/download/04102023/greenforce-clang-18.0.0-04102023-1050.tar.zst -O - | tar -xz -C ~/toolchains/greenforce-clang
1616

1717
```
1818

19-
For more information, see clang-18.0.0-03102023-1834-info.txt regarding the majority changes each week.
19+
For more information, see clang-18.0.0-04102023-1050-info.txt regarding the majority changes each week.
2020

2121
## Host compatibility
2222

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[date]
2+
4 October 2023
3+
4+
[clang-ver]
5+
greenforce clang version 18.0.0 (https://github.com/llvm/llvm-project.git 548d67a0393c7bd200e335ada0a3d684750c2697)
6+
7+
[llvm-commit]
8+
https://github.com/llvm/llvm-project/commit/548d67a0
9+
10+
[llvm-commit-msg]
11+
[clang][Sema] Fix a bug when instantiating a lambda with requires clause (#65193)
12+
13+
[binutils-ver]
14+
2.38
15+
2.38.tar.xz
16+
17+
[host-glibc]
18+
2.35
19+
20+
[size]
21+
187M
22+
23+
[shasum]
24+
1a0e3297334c9e2c6359d18ad8cfcd469197df4e06a2a1f566611f544e9d6f49

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tag]
2-
03102023
2+
04102023

0 commit comments

Comments
 (0)