Skip to content

Conversation

Copy link

Copilot AI commented Nov 14, 2025

Merges 559,488 commits from upstream LLVM to synchronize the fork with the main development branch.

Changes

  • Added upstream remote (llvm/llvm-project)
  • Merged upstream/main (commit cfce4a6b9e0f) into working branch
  • Resolved conflicts using -X theirs strategy to accept all upstream changes

Notable upstream changes included

  • BOLT: --print-only-file option
  • libc: User-defined LIBC_ASSERT macro support, split exit tests
  • MLIR: Transform dialect updates
  • AMDGPU: GWS instruction fixes, waterfall call verifier fixes
  • Flang: OpenMP defaultmap(none) symbol check fixes

The branch now matches upstream HEAD and is ready to update the fork's main branch.

Original prompt

rebase main stream


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Rebase main stream branch Sync fork with upstream LLVM main Nov 14, 2025
Copilot finished work on behalf of colawithsauce November 14, 2025 18:51
Copilot AI requested a review from colawithsauce November 14, 2025 18:51
@colawithsauce colawithsauce deleted the copilot/rebase-main-stream branch November 15, 2025 03:10
colawithsauce pushed a commit that referenced this pull request Nov 15, 2025
colawithsauce pushed a commit that referenced this pull request Nov 21, 2025
llvm#168619)

I've been working on some scripts that evaluate the parent and child
frame. It's been very annoying that the parent frame has a property but
not the child. So I've added this to the extensions, I would've
preferred to return None, but because the existing impl returns an
invalid SBFrame, so I'm conforming to that API.

```
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>> lldb.frame
frame #0: 0x0000555555555200 fib.out`main
>>> lldb.frame.parent
frame #1: 0x00007ffff782a610 libc.so.6`__libc_start_call_main + 128
>>> lldb.frame.parent.child
frame #0: 0x0000555555555200 fib.out`main
```
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.

2 participants