Reset valgrind version and other minor cleanup

This commit is contained in:
Brendan Hansknecht 2020-10-27 22:05:46 -07:00
parent e4497678df
commit 6988cae9a8
3 changed files with 2 additions and 15 deletions

View file

@ -68,8 +68,7 @@ pub fn target_machine(
Target::from_name(arch).unwrap().create_target_machine(
&TargetTriple::create(target_triple_str(target)),
arch,
// TODO: this probably should be TargetMachine::get_host_cpu_features() to enable all features.
"",
"", // TODO: this probably should be TargetMachine::get_host_cpu_features() to enable all features.
opt,
reloc,
model,