Skip to content

🍒 [lldb] Fix building with GCC without asserts (llvm@fcead25) #10732

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

Open
wants to merge 1 commit into
base: swift/release/6.2
Choose a base branch
from

Conversation

Steelskin
Copy link

  • Explanation:
    Upstream LLVM landed a fix for toolchain builds without asserts, which was missed in 03604a7. This was cherry-picked into the swiftlang fork, but not in the 6.2 branch. As it is, the 6.2 branch does not build without asserts enabled.
  • Scope:
    This only affects the NoAsserts toolchain build.
  • Issues:
    N/A
  • Original PRs:
    Original LLVM commit llvm/llvm-project@fcead25
    Cherry-picked from 🍒 [lldb] Fix building with GCC without asserts (llvm@fcead25) #10453
  • Risk:
    Very low. Should be a no-op for most users.
  • Testing:
    Same error on our toolchain build as the one witnessed on main a month ago.
  • Reviewers:
    @compnerd

@Steelskin Steelskin requested a review from a team as a code owner May 22, 2025 23:05
@compnerd
Copy link
Member

CC: @bnbarham @JDevlieghere

@compnerd
Copy link
Member

@swift-ci please test

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.

3 participants