Skip to content

Commit 0619bbc

Browse files
yonghong-songYonghong Song
and
Yonghong Song
authored
[BPF] Add default cpu change in ReleaseNotes (llvm#131691)
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] llvm#107008 Co-authored-by: Yonghong Song <[email protected]>
1 parent 2dc152f commit 0619bbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,11 @@ AVR Support
13001300

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

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

0 commit comments

Comments
 (0)