Skip to content

Commit 462c292

Browse files
authored
IL cleanup - remove .module and make .assembly match source name (#62812)
1 parent c55836a commit 462c292

File tree

1,034 files changed

+839
-1382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,034 files changed

+839
-1382
lines changed

src/tests/JIT/Directed/Convert/implicitConv.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.assembly extern xunit.core {}
1010

11-
.assembly ILGEN_0xc60e022c {}
11+
.assembly 'implicitConv' {}
1212
.assembly extern mscorlib{auto}
1313

1414
.class ILGEN_0xc60e022c {

src/tests/JIT/Directed/Convert/ldind_conv.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.assembly extern System.Console { auto }
88
.assembly extern System.Runtime { auto }
99

10-
.assembly test { }
10+
.assembly 'ldind_conv' { }
1111

1212
.class auto Program extends [System.Runtime]System.Object
1313
{

src/tests/JIT/Directed/Convert/minopts_convu1.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.assembly extern xunit.core {}
1010

11-
.assembly ILGEN_0xb0847955 {}
11+
.assembly 'minopts_convu1' {}
1212
.assembly extern mscorlib{auto}
1313

1414
.class ILGEN_0xb0847955 {

src/tests/JIT/Directed/Convert/signed_overflow_conversions_are_not_treated_as_unsigned.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.assembly extern System.Console { auto }
55
.assembly extern xunit.core {}
66
.assembly extern System.Runtime { auto }
7-
.assembly SignedOverflowConversionsAreNotTreatedAsUnsigned { }
7+
.assembly 'signed_overflow_conversions_are_not_treated_as_unsigned' { }
88

99
.class auto SignedOverflowConversionsAreNotTreatedAsUnsigned extends [System.Runtime]System.Object
1010
{

src/tests/JIT/Directed/FaultHandlers/CallOrder/CallOrder.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
99
.ver 4:0:0:0
1010
}
11-
.assembly callorder
11+
.assembly 'CallOrder'
1212
{
1313
}
1414
//------------------------------------------------------

src/tests/JIT/Directed/FaultHandlers/Nesting/Nesting.il

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
99
.ver 4:0:0:0
1010
}
11-
.assembly nesting
11+
.assembly 'Nesting'
1212
{
1313
}
1414
.class public auto ansi X

src/tests/JIT/Directed/IL/Tailcall/Jittailcall2.il

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44

55

6-
.module 'aaa.exe'
76
.assembly extern legacy library mscorlib {}
87
.assembly extern xunit.core {}
98
.assembly extern System.Console
109
{
1110
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
1211
.ver 4:0:0:0
1312
}
14-
.assembly 'aaa'// as "aaa"
13+
.assembly 'Jittailcall2'// as "aaa"
1514
{
1615

1716

src/tests/JIT/Directed/RVAInit/extended.il

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
.assembly extended
1818
{
1919
}
20-
.module extended.exe
2120
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 )
2221

2322
.file alignment 512

src/tests/JIT/Directed/RVAInit/gcref1.il

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.assembly gcref1
1919
{
2020
}
21-
.module gcref1.exe
2221
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 )
2322

2423

src/tests/JIT/Directed/RVAInit/gcref2.il

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.assembly gcref2
1919
{
2020
}
21-
.module gcref1.exe
2221
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 )
2322

2423

0 commit comments

Comments
 (0)