Skip to content

Commit

Permalink
Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiasko
Browse files Browse the repository at this point in the history
Tighten up link attributes for llvm-wrapper bindings

Fixes rust-lang/rust#118084 by moving all of the declarations of symbols from `llvm_rust` into a separate extern block with `#[link(name = "llvm-wrapper", kind = "static")]`.

This also renames `LLVMTimeTraceProfiler*` to `LLVMRustTimeTraceProfiler*` because those are functions from `llvm_rust`.

r? tmiasko
  • Loading branch information
compiler-errors authored Nov 22, 2023
2 parents c2e7835 + 1cced3f commit 694c735
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 694c735

Please sign in to comment.