rust/compiler/rustc_codegen_llvm/src/llvm
Matthias Krüger b89ee99d57
Rollup merge of #128820 - LYF1999:yf/dev, r=nikic
fix: get llvm type of global val

using `LLVMTypeOf` on a global var always return ptr. so create a new function to access the value type of a global
2024-09-05 18:58:53 +02:00
..
archive_ro.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ffi.rs Rollup merge of #128820 - LYF1999:yf/dev, r=nikic 2024-09-05 18:58:53 +02:00
mod.rs Add range attribute to scalar function results and arguments 2024-08-11 19:40:44 +02:00