Home
last modified time | relevance | path

Searched defs:llvm_version (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/compiletest/src/header/
Dtests.rs168 fn llvm_version() { in llvm_version() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs145 let llvm_version = llvm_util::get_version(); in create_module() localVariable
/third_party/rust/rust/src/tools/compiletest/src/
Dlib.rs196 let llvm_version = in parse_config() localVariable
Dcommon.rs276 pub llvm_version: Option<u32>, field
/third_party/rust/rust/src/bootstrap/
Dtest.rs1686 let llvm_version = output(Command::new(&llvm_config).arg("--version")); in run() localVariable