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

test/linkage-visibility: Ignore on musl targets #55564

Merged
merged 1 commit into from
Nov 19, 2018

Commits on Nov 15, 2018

  1. test/linkage-visibility: Ignore on musl targets

    DynamicLibrary uses libc's dlsym() function internally to find symbols.
    Some implementations of dlsym(), like musl's, only look at dynamically-
    exported symbols, as found in shared libraries. To also export symbols
    from the main executable, we would need to pass --export-dynamic to the
    linker. Since this flag isn't available everywhere, ignore the test for
    now.
    smaeul committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    8c8ff6a View commit details
    Browse the repository at this point in the history