mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 02:57:16 +00:00
Since it can easily be implemented using the existing LLVM C API in terms of `LLVMAddGlobal` and `LLVMSetLinkage` and `define_private_global` was only used in one place.