diff options
Diffstat (limited to 'lib/compilers/clang.js')
-rw-r--r-- | lib/compilers/clang.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/clang.js b/lib/compilers/clang.js index 050e14a5c..011e9df2f 100644 --- a/lib/compilers/clang.js +++ b/lib/compilers/clang.js @@ -27,6 +27,8 @@ const path = require('path'); class ClangCompiler extends BaseCompiler { + static get key() { return 'clang'; } + runCompiler(compiler, options, inputFilename, execOptions) { if (!execOptions) { execOptions = this.getDefaultExecOptions(); |