Skip to content

Conversation

@z1-cciauto
Copy link
Collaborator

No description provided.

barsolo2000 and others added 12 commits November 3, 2025 19:22
In recent debug sessions we noticed that GDB debugger is showing more
stack trace than lldb.
After enabling unwinding log, it seems like the issue is that the CFA is
dependent on the value of vlenb.
vlenb doesn't change in runtime so we can assume its value from frame 0.

Co-authored-by: Bar Soloveychik <barsolo@fb.com>
…25442)"

This reverts commit e987ab1.

This broke premerge:
1. https://lab.llvm.org/staging/#/builders/192/builds/9521
2. https://github.com/llvm/llvm-project/actions/runs/19054182009

Notably this did not break inside the PR. Not exactly sure why. I realize that
there is a lot of test churn here, but they're largely in polly where commit
frequency is much lower, so a reapply of the patch should be clean.
… units (llvm#166272)

Fixes llvm#165445.

Fixes a crash when `ASTWriter::GenerateNameLookupTable` processes enum
constants from C++20 header units.

The special handling for enum constants, introduced in fccc6ee, doesn't
account for declarations whose owning module is a C++20 header unit. It
calls `isNamedModule()` on the result of
`getTopLevelOwningNamedModule()`, which returns null for header units,
causing a null pointer dereference.
…lvm#166033)

Fixes llvm#166013

Marks labels that appear in a c2y named break or continue statement as
referenced to fix false-positive unused diagnostics.

---------

Co-authored-by: camc <pushy-crop-cartel@duck.com>
…165890)

On AIX, it generates libomp for both static and dynamic. There is no
need to create symbolic links to libomp.so.

---------

Co-authored-by: Xing Xue <xingxue@outlook.com>
@z1-cciauto z1-cciauto requested a review from a team November 4, 2025 04:14
@z1-cciauto
Copy link
Collaborator Author

@z1-cciauto z1-cciauto merged commit 9547305 into amd-staging Nov 4, 2025
7 checks passed
@z1-cciauto z1-cciauto deleted the upstream_merge_202511032314 branch November 4, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.