mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
1081d98551
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`.