Function rustc_llvm::initialize_available_targets
source · pub fn initialize_available_targets()
Expand description
Initialize targets enabled by the build script via cfg(llvm_component = "...")
.
N.B., this function can’t be moved to rustc_codegen_llvm
because of the cfg
s.