diff options
Diffstat (limited to 'lib/compilers/rust.js')
-rw-r--r-- | lib/compilers/rust.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/rust.js b/lib/compilers/rust.js index a27fbbff6..d6be3b5c7 100644 --- a/lib/compilers/rust.js +++ b/lib/compilers/rust.js @@ -38,6 +38,7 @@ export class RustCompiler extends BaseCompiler { super(info, env); this.compiler.supportsIntel = true; this.compiler.supportsIrView = true; + this.compiler.supportsRustMirView = true; this.compiler.irArg = ['--emit', 'llvm-ir']; this.linker = this.compilerProps('linker'); } |