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

Commit 408db53

Browse files
[weekly][24092023]: greenforce clang updated from f22442553b8e0840f2fb5345529172a345cfba7d
Clang Version: 18.0.0 Binutils version: 2.38 LLVM commit: llvm/llvm-project@f2244255 Release: https://github.com/greenforce-project/clang-llvm/releases/tag/24092023 Change-Id: I6ac1d0648ca29dfa8b5520de67aa975741efd7f2 Signed-off-by: greenforce-bot <[email protected]>
1 parent a9881a6 commit 408db53

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Greenforce Clang
22

3-
You can see information about the latest greenforce clang build in clang-18.0.0-17092023-0013-info.txt, the latest tag is 17092023 (see latest.txt). To use greenforce clang, you can download directly from the git releases or you can follow the simple commands below:
3+
You can see information about the latest greenforce clang build in clang-18.0.0-24092023-0013-info.txt, the latest tag is 24092023 (see latest.txt). To use greenforce clang, you can download directly from the git releases or you can follow the simple commands below:
44

55
```bash
66

@@ -11,7 +11,7 @@ mkdir -p "$HOME/toolchains/greenforce-clang"
1111
GREENFORCE_DIR="$HOME/toolchains/greenforce-clang"
1212

1313
# greenforce clang release
14-
GREENFORCE_LINK=https://github.com/greenforce-project/clang-llvm/releases/download/17092023/greenforce-clang-18.0.0-17092023-0013.tar.gz
14+
GREENFORCE_LINK=https://github.com/greenforce-project/clang-llvm/releases/download/24092023/greenforce-clang-18.0.0-24092023-0013.tar.gz
1515

1616
# Download and extract to folder
1717
wget -c "${GREENFORCE_LINK}" -O - | tar -xz -C "${GREENFORCE_DIR}"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[date]
2+
24 September 2023
3+
4+
[clang-ver]
5+
greenforce clang version 18.0.0 (https://github.com/llvm/llvm-project.git f22442553b8e0840f2fb5345529172a345cfba7d)
6+
7+
[llvm-commit]
8+
https://github.com/llvm/llvm-project/commit/f2244255
9+
10+
[llvm-commit-msg]
11+
[BPF] Check jump and memory offsets to avoid truncation
12+
13+
[binutils-ver]
14+
2.38
15+
16+
[host-glibc]
17+
2.35
18+
19+
[size]
20+
606M
21+
22+
[shasum]
23+
4da6fc76594bd6a7cba978a02e0adb8677e1999ed0d466c0ebf8b7dea4f3c581

latest.txt

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

0 commit comments

Comments
 (0)