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

Remove --fatal-warnings on wasm targets #120278

Merged
merged 1 commit into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. Remove --fatal-warnings on wasm targets

    These were added with good intentions, but a recent change in LLVM 18
    emits a warning while examining .rmeta sections in .rlib files. Since
    this flag is a nice-to-have and users can update their LLVM linker
    independently of rustc's LLVM version, we can just omit the flag.
    djkoloski committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    849d884 View commit details
    Browse the repository at this point in the history