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

adapt static-nobundle test to use llvm-nm #94023

Merged
merged 2 commits into from
Feb 20, 2022

Commits on Feb 15, 2022

  1. adapt static-nobundle test to use llvm-nm

    No functional changes intended.
    
    This updates the test case to use llvm-nm instead of the system nm.
    This fixes an instance over at the experimental build of rustc with HEAD LLVM:
    https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/8380#ef6f41b5-8595-49a6-be37-0eff80e0ccb5
    It is related to rust-lang#94001.
    
    The issue is that this test uses the system nm, which may not be recent
    enough to understand the update to uwtable. This replaces the test to
    use the llvm-nm that should be recent enough (consistent with the LLVM
    sources we use to build rustc).
    krasimirgg committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4b5beae View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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