detect gdb version & rust support in compiletest

This commit is contained in:
Tim Neumann
2016-10-29 20:11:53 +02:00
parent 6554fb0d8d
commit dce460028e
11 changed files with 180 additions and 89 deletions

View File

@@ -123,7 +123,6 @@ pub struct Build {
bootstrap_key_stage0: String,
// Probed tools at runtime
gdb_version: Option<String>,
lldb_version: Option<String>,
lldb_python_dir: Option<String>,
@@ -196,7 +195,6 @@ impl Build {
package_vers: String::new(),
cc: HashMap::new(),
cxx: HashMap::new(),
gdb_version: None,
lldb_version: None,
lldb_python_dir: None,
}