[Mono-bugs] [Bug 78117][Nor] New - Mono ilasm does not generate modules

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Apr 15 08:46:17 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jonmmorgan at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78117

--- shadow/78117	2006-04-15 08:46:17.000000000 -0400
+++ shadow/78117.tmp.5795	2006-04-15 08:46:17.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 78117
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: Windows XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: IL assembler
+AssignedTo: jankit at novell.com                            
+ReportedBy: jonmmorgan at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono ilasm does not generate modules
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Microsoft ilasm generates modules when given the /dll option, and
+assemblies when given the /exe option.  Mono ilasm generates assemblies for
+both of these, making multi-module assemblies impossible.
+
+Steps to reproduce the problem:
+1. Compile any IL file with ilasm /dll /OUT=file.dll file.il
+
+Actual Results:
+An assembly is generated.
+
+Expected Results:
+A module should be generated.
+
+How often does this happen? 
+Always.


More information about the mono-bugs mailing list