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

link with "libssp" on *-sun-solaris systems #70682

Closed
wants to merge 1 commit into from

Commits on Apr 2, 2020

  1. link with "libssp" on *-sun-solaris systems

    LLVM will insert calls to the stack protector functions
    "__stack_chk_fail" and "__stack_chk_guard" into code in native object
    files.  Some platforms include these symbols directly in libc, but at
    least historically these have been provided in libssp.so on illumos and
    Solaris systems.  Include "-lssp" in the arguments to the linker when
    building for those targets.
    jclulow committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d730bf9 View commit details
    Browse the repository at this point in the history