[Issue 7867] -S compiler switch to output asm
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 28 09:29:17 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7867
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |yebblies at gmail.com
Resolution| |WONTFIX
--- Comment #1 from yebblies <yebblies at gmail.com> 2012-10-29 03:29:10 EST ---
Unlike gcc, the dmd backend generates machine code directly instead of
generating assembly. You would need to pass the code through a disassembler in
order to display the assembly.
This is never going to happen, especially given how easy it is to just use
objconv/objdump.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list