Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rustc_codegen_gcc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-lang/rustc_codegen_gcc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove-libllvm-workaround
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 8, 2024

  1. Remove libLLVM workaround

    antoyo committed Mar 8, 2024
    Copy the full SHA
    3478ce7 View commit details
Showing with 1 addition and 8 deletions.
  1. +0 −6 build.rs
  2. +0 −1 deps/libLLVM-18-rust-1.78.0-nightly.so
  3. +1 −1 rust-toolchain
6 changes: 0 additions & 6 deletions build.rs

This file was deleted.

1 change: 0 additions & 1 deletion deps/libLLVM-18-rust-1.78.0-nightly.so

This file was deleted.

2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-03-05"
channel = "nightly-2024-03-08"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]