mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 07:38:14 +00:00
Note that the code in `LLVMRustDIBuilderCreateStaticVariable` that tried to downcast `InitVal` appears to have been dead, because `llvm::ConstantInt` and `llvm::ConstantFP` are not subclasses of `llvm::GlobalVariable`.