Skip to content

Commit 3e60688

Browse files
committed
Make it do a binary as well
1 parent b39dc77 commit 3e60688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/ldmd.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ void translateArgs(const llvm::SmallVectorImpl<const char *> &ldmdArgs,
538538
*/
539539
else if (strcmp(p + 1, "vasm") == 0) {
540540
ldcArgs.push_back("--output-s");
541+
ldcArgs.push_back("--output-o");
541542
ldcArgs.push_back("--x86-asm-syntax=intel");
542543
}
543544
/* -vtemplates

0 commit comments

Comments
 (0)