aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/clang.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/clang.ts')
-rw-r--r--lib/compilers/clang.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/clang.ts b/lib/compilers/clang.ts
index 791f32cdd..3343c8419 100644
--- a/lib/compilers/clang.ts
+++ b/lib/compilers/clang.ts
@@ -62,7 +62,7 @@ export class ClangCompiler extends BaseCompiler {
if (fs.existsSync(llvmDisassemblerPath)) {
this.llvmDisassemblerPath = llvmDisassemblerPath;
} else {
- this.llvmDisassemblerPath = this.compilerProps('llvmDisassembler');
+ this.llvmDisassemblerPath = this.compilerProps<string | undefined>('llvmDisassembler');
}
}