Fix Options struct for extra_inputs field
- SHA
6b412295fa606be10a5b883a27e3e813eb912181- Parents
-
b763887 - Tree
45eb82d
6b41229
6b412295fa606be10a5b883a27e3e813eb912181b763887
45eb82d| Status | File | + | - |
|---|---|---|---|
| M |
bench/src/compiler.rs
|
2 | 0 |
bench/src/compiler.rsmodified@@ -27,6 +27,8 @@ pub fn compile_output( | ||
| 27 | 27 | emit_ir: false, |
| 28 | 28 | preprocess_only: false, |
| 29 | 29 | opt_level: into_driver_opt_level(opt_level), |
| 30 | + extra_inputs: vec![], | |
| 31 | + module_search_paths: vec![], | |
| 30 | 32 | }; |
| 31 | 33 | |
| 32 | 34 | armfortas::driver::compile(&opts) |