Skip to content
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

Add aarch64_be-linux-* to module tests #21910

Closed
wants to merge 6 commits into from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    dffe98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a31ec4 View commit details
    Browse the repository at this point in the history
  3. std.os.linux: Add unwinding protection in clone() implementations.

    The unwind info in the child process will be wrong, so explicitly zero out the
    frame pointer (for FP-based unwinders) and mark the link register as undefined
    (for DWARF-based unwinders).
    
    I only zeroed the frame pointer(s) on Arm/Thumb because LLVM's assembler really
    doesn't like .cantunwind directives in inline assembly.
    alexrp committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7e3c07e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e53c79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752bfe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    565be08 View commit details
    Browse the repository at this point in the history