aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/dmd.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/dmd.js')
-rw-r--r--lib/compilers/dmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/dmd.js b/lib/compilers/dmd.js
index 2f8931170..a4cdcfd46 100644
--- a/lib/compilers/dmd.js
+++ b/lib/compilers/dmd.js
@@ -42,7 +42,7 @@ class DMDCompiler extends BaseCompiler {
}
getOutputFilename(dirPath, outputFilebase) {
- return path.join(dirPath, `${outputFilebase}.s`); // NB keep lower case as ldc compiler `tolower`s the output name
+ return path.join(dirPath, `${outputFilebase}.s`);
}
objdump(outputFilename, result, maxSize, intelAsm, demangle) {