[BPF] Add default cpu change in ReleaseNotes (#131691) · llvm/llvm-project@0619bbc (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 0619bbc
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 |