[BPF] Add default cpu change in ReleaseNotes by yonghong-song · Pull Request #131691 · llvm/llvm-project (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation4 Commits2 Checks17 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
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
Clang issues not falling into any other category
label
@llvm/pr-subscribers-clang
Author: None (yonghong-song)
Changes
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
Full diff: https://github.com/llvm/llvm-project/pull/131691.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+5)
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
alexrp added a commit to ziglang/zig that referenced this pull request
BPF Support |
---|
^^^^^^^^^^^ |
- Make -mcpu=v3 as the default. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
alexrp added a commit to ziglang/zig that referenced this pull request
@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.
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request
alexrp added a commit to ziglang/zig that referenced this pull request