Skip to content

Commit ca03a25

Browse files
yonghong-songYonghong Song
authored andcommitted
Automerge: [BPF] Add default cpu change in ReleaseNotes (#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/llvm-project#107008 Co-authored-by: Yonghong Song <[email protected]>
2 parents 87b78ea + 0619bbc commit ca03a25

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
@@ -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)