mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Reset valgrind version and other minor cleanup
This commit is contained in:
parent
e4497678df
commit
6988cae9a8
3 changed files with 2 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue