[BPF] Add default cpu change in ReleaseNotes#131691
Merged
tstellar merged 2 commits intollvm:release/20.xfrom Mar 18, 2025
Merged
[BPF] Add default cpu change in ReleaseNotes#131691tstellar merged 2 commits intollvm:release/20.xfrom
tstellar merged 2 commits intollvm:release/20.xfrom
Conversation
Member
|
@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
----------------------
|
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Mar 18, 2025
c8e5c7c to
cd24cbc
Compare
MaskRay
reviewed
Mar 18, 2025
clang/docs/ReleaseNotes.rst
Outdated
| BPF Support | ||
| ^^^^^^^^^^^ | ||
|
|
||
| - Make -mcpu=v3 as the default. |
Contributor
Author
There was a problem hiding this comment.
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
eddyz87
approved these changes
Mar 18, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Mar 18, 2025
|
@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
Mar 21, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Mar 24, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 2, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 3, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 3, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 3, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 3, 2025
alexrp
added a commit
to ziglang/zig
that referenced
this pull request
Apr 4, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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