Skip to content

Commit 70d891f

Browse files
author
Yonghong Song
committed
[BPF] Add default cpu change in ReleaseNotes
The pull request [1] changed bpf default cpu from -mcpu=v1 to -mcpu=v3 in clang20. Recently in [1], Yuval Deutscher suggested to add an entry to clang20 ReleaseNotes so users can easily find the change from documentation. [1] #107008
1 parent 0fcfeac commit 70d891f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,11 @@ AVR Support
12991299

13001300
- Reject C/C++ compilation for avr1 devices which have no SRAM.
13011301

1302+
BPF Support
1303+
^^^^^^^^^^^
1304+
1305+
- Make ``-mcpu=v3`` as the default.
1306+
13021307
DWARF Support in Clang
13031308
----------------------
13041309

0 commit comments

Comments
 (0)