-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[BPF] Add default cpu change in ReleaseNotes #131691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-clang Author: None (yonghong-song) ChangesThe pull request [1] changed bpf default cpu from -mcpu=v1 to [1] #107008 Full diff: https://github.com/llvm/llvm-project/pull/131691.diff 1 Files Affected:
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 02292c10e6964..c2289b3d05169 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1299,6 +1299,11 @@ AVR Support
- Reject C/C++ compilation for avr1 devices which have no SRAM.
+BPF Support
+^^^^^^^^^^^
+
+- Make -mcpu=v3 as the default.
+
DWARF Support in Clang
----------------------
|
c8e5c7c
to
cd24cbc
Compare
clang/docs/ReleaseNotes.rst
Outdated
BPF Support | ||
^^^^^^^^^^^ | ||
|
||
- Make -mcpu=v3 as the default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``-mcpu=v3``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Will fix!
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
cd24cbc
to
70d891f
Compare
@yonghong-song (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. |
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