[BPF] Add default cpu change in ReleaseNotes (#131691) · llvm/llvm-project@0619bbc (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 0619bbc

yonghong-songYonghong Song

and

authored

[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] #107008Co-authored-by: Yonghong Song yonghong.song@linux.dev

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 5 additions & 0 deletions

Original file line number Diff line number Diff line change
@@ -1300,6 +1300,11 @@ AVR Support
1300 1300
1301 1301 - Reject C/C++ compilation for avr1 devices which have no SRAM.
1302 1302
1303 +BPF Support
1304 +^^^^^^^^^^^
1305 +
1306 +- Make ``-mcpu=v3`` as the default.
1307 +
1303 1308 DWARF Support in Clang
1304 1309 ----------------------
1305 1310