]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/compiletest/src/common.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / tools / compiletest / src / common.rs
index 6090cb4f52725784789fb5904c7ffc850e334ef1..5d522736089ea4d2acf1340b99bf5a6cd6c23583 100644 (file)
@@ -152,6 +152,9 @@ pub struct Config {
     // Version of LLDB
     pub lldb_version: Option<String>,
 
+    // Version of LLVM
+    pub llvm_version: Option<String>,
+
     // Path to the android tools
     pub android_cross_path: PathBuf,