Commit b44c53a
authored
Recognize TrimMode=partial in ILCompiler targets
This should root all non-trimmable assemblies, same as TrimmerDefaultAction=copy.
We still support consuming ILCompiler through NuGet when targeting .NET 6, so recognize the old thing too. We might want to cut the .NET 6 support close to RC and at that time TrimmerDefaultAction handling can go away.
Related: dotnet/linker#2856.1 parent 0f149b7 commit b44c53a
File tree
1 file changed
+1
-1
lines changed- src/coreclr/nativeaot/BuildIntegration
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments