<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/tools/llvm-bpf, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/'/>
<updated>2026-04-18T07:19:29Z</updated>
<entry>
<title>tools/llvm-bpf: update to 22.1.3</title>
<updated>2026-04-18T07:19:29Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2026-04-17T15:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=e70eff695e0425a8ce62da2bda2b69146f1a38e2'/>
<id>urn:sha1:e70eff695e0425a8ce62da2bda2b69146f1a38e2</id>
<content type='text'>
Release Notes:
- https://discourse.llvm.org/t/llvm-21-1-7-released
- https://discourse.llvm.org/t/llvm-21-1-8-released
- https://discourse.llvm.org/t/llvm-22-1-0-released
- https://discourse.llvm.org/t/llvm-22-1-1-released
- https://discourse.llvm.org/t/llvm-22-1-2-released
- https://discourse.llvm.org/t/llvm-22-1-3-released

Link: https://github.com/openwrt/openwrt/pull/22972
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/llvm-bpf: update to 21.1.6</title>
<updated>2025-11-22T22:13:01Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2025-11-22T13:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=afb90babedf91d0e65d8df2f3a2c1985d15f12cc'/>
<id>urn:sha1:afb90babedf91d0e65d8df2f3a2c1985d15f12cc</id>
<content type='text'>
Release Notes:
- https://discourse.llvm.org/t/llvm-21-1-6-released
- https://discourse.llvm.org/t/llvm-21-1-5-released
- https://discourse.llvm.org/t/llvm-21-1-4-released
- https://discourse.llvm.org/t/llvm-21-1-3-released
- https://discourse.llvm.org/t/llvm-21-1-2-released
- https://discourse.llvm.org/t/llvm-21-1-1-released
- https://discourse.llvm.org/t/llvm-21-1-0-released
- https://discourse.llvm.org/t/llvm-20-1-7-released

Link: https://github.com/openwrt/openwrt/pull/20870
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/llvm: update to 20.1.8</title>
<updated>2025-07-19T18:15:13Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-15T09:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=215f7a2ec57378edb05cb55edd216bc887aff86f'/>
<id>urn:sha1:215f7a2ec57378edb05cb55edd216bc887aff86f</id>
<content type='text'>
- release notes:
  - https://discourse.llvm.org/t/18-1-8-released/79725
  - https://discourse.llvm.org/t/llvm-19-1-0-released/81285
  - https://discourse.llvm.org/t/llvm-19-1-1-released/82321
  - https://discourse.llvm.org/t/llvm-19-1-2-released/82550
  - https://discourse.llvm.org/t/llvm-19-1-3-relased/82829
  - https://discourse.llvm.org/t/llvm-19-1-4-released/83230
  - https://discourse.llvm.org/t/llvm-19-1-5-released/83455
  - https://discourse.llvm.org/t/llvm-19-1-6-released/83723
  - https://discourse.llvm.org/t/llvm-19-1-7-released/84062
  - https://discourse.llvm.org/t/llvm-20-1-0-released/85122
  - https://discourse.llvm.org/t/llvm-20-1-1-released/85337
  - https://discourse.llvm.org/t/llvm-20-1-2-released/85654
  - https://discourse.llvm.org/t/llvm-20-1-3-released/85874
  - https://discourse.llvm.org/t/llvm-20-1-4-released/86147
  - https://discourse.llvm.org/t/llvm-20-1-5-released/86371
  - https://discourse.llvm.org/t/llvm-20-1-6-released/86598
  - https://discourse.llvm.org/t/llvm-20-1-7-released/86855
  - https://discourse.llvm.org/t/llvm-20-1-8-released/87259
- remove "100-gcc15.patch" (not needed anymore)
- refresh configuration options

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/19417
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/llvm-bpf: fix compilation with GCC15</title>
<updated>2025-05-10T10:39:31Z</updated>
<author>
<name>Henry Tung</name>
</author>
<published>2025-05-09T23:45:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=53054fead58aeba61b592473e26b1798452856c3'/>
<id>urn:sha1:53054fead58aeba61b592473e26b1798452856c3</id>
<content type='text'>
Add cstdint include to SmallVector.h.

Backported from
https://github.com/llvm/llvm-project/commit/7e44305041d96b064c197216b931ae3917a34ac1.

Signed-off-by: Henry Tung &lt;henryptung@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/18767
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/llvm-bpf: filter out STAGING_DIR_HOST/include from cflags on non-linux systems</title>
<updated>2024-09-20T15:43:57Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2024-09-20T14:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=8043e2e7464befb6f3fd8b42e891ba35248c0fa4'/>
<id>urn:sha1:8043e2e7464befb6f3fd8b42e891ba35248c0fa4</id>
<content type='text'>
Avoids picking up an incompatible libuuid from util-linux

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools/llvm: update to 18.1.7</title>
<updated>2024-06-24T11:56:14Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2024-06-19T16:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=6988fe3d988aab9d408d76fa3ecf206a0dc20e6d'/>
<id>urn:sha1:6988fe3d988aab9d408d76fa3ecf206a0dc20e6d</id>
<content type='text'>
- release notes:
  - https://discourse.llvm.org/t/llvm-16-0-0-release/69326
  - https://discourse.llvm.org/t/llvm-17-0-1-released/73549
  - https://discourse.llvm.org/t/llvm-18-1-0-released/77448
  - https://discourse.llvm.org/t/llvm-18-1-1-released/77540
  - https://discourse.llvm.org/t/18-1-2-released/77821
  - https://discourse.llvm.org/t/18-1-3-released/78136
  - https://discourse.llvm.org/t/18-1-4-released/78430
  - https://discourse.llvm.org/t/18-1-5-released/78740
  - https://discourse.llvm.org/t/18-1-6-released/79068
  - https://discourse.llvm.org/t/18-1-7-released/79433
- remove PKG_RELEASE (irrelevant to tools)
- set default target/triplet to "bpf"
- rearrange configuration options
- better control feature support and improve build reproducibility:
  disable auxiliary features that are enabled implicitly - their
  support is detected at build-time

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/15704
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: assign PKG_CPE_ID</title>
<updated>2023-09-19T18:21:33Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2023-09-18T22:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=02f86a0765279918b54d1d51fe1926db213aeb2a'/>
<id>urn:sha1:02f86a0765279918b54d1d51fe1926db213aeb2a</id>
<content type='text'>
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining tools which have a CPE ID.
Not every tool has CPE id.

Related: https://github.com/openwrt/packages/issues/8534
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools/llvm: update to 15.0.7</title>
<updated>2023-01-13T21:07:13Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-01-12T10:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=ace44e5b57cfe15183babe3c6e2f89a96799188e'/>
<id>urn:sha1:ace44e5b57cfe15183babe3c6e2f89a96799188e</id>
<content type='text'>
Release Notes:
    https://discourse.llvm.org/t/llvm-15-0-7-release/67638

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/llvm: update to 15.0.6</title>
<updated>2023-01-06T17:05:47Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2022-12-16T01:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=4501f6f77c734978ef6e93084bf1c87f40a1e148'/>
<id>urn:sha1:4501f6f77c734978ef6e93084bf1c87f40a1e148</id>
<content type='text'>
Release Notes:
	https://discourse.llvm.org/t/llvm-15-0-0-release/65099
	https://discourse.llvm.org/t/llvm-15-0-1-released/65380
	https://discourse.llvm.org/t/llvm-15-0-2-released/65695
	https://discourse.llvm.org/t/llvm-15-0-3-released/66036
	https://discourse.llvm.org/t/llvm-15-0-4-released/66337
	https://discourse.llvm.org/t/llvm-15-0-5-release/66616
	https://discourse.llvm.org/t/llvm-15-0-6-released/66899

Remove HOST_BUILD_PARALLEL as it's default now.

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/llvm: update to 14.0.6</title>
<updated>2022-09-07T03:22:40Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-29T11:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=8ad03a2cd750301a4b60d2aee760b76e58afc88b'/>
<id>urn:sha1:8ad03a2cd750301a4b60d2aee760b76e58afc88b</id>
<content type='text'>
Update to latest version.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
