diff options
Diffstat (limited to 'lib/compilers/llvm-mca.js')
-rw-r--r-- | lib/compilers/llvm-mca.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compilers/llvm-mca.js b/lib/compilers/llvm-mca.js index eb885e21a..26459731c 100644 --- a/lib/compilers/llvm-mca.js +++ b/lib/compilers/llvm-mca.js @@ -27,6 +27,8 @@ const AnalysisTool = require('./analysis-tool'), // Plain compiler, which just runs the tool and returns whatever the output was class LLVMmcaTool extends AnalysisTool { + static get key() { return 'llvm-mca'; } + supportsObjdump() { return false; } getOutputFilenameArgs(filename) { |