Merge branch 'SyncLinkerLinux' of ../linker into main
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
Thu, 22 Dec 2022 22:15:07 +0000 (22:15 +0000)
committerTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
Thu, 22 Dec 2022 22:15:07 +0000 (22:15 +0000)
1  2 
docs/design/tools/illink/feature-attribute-semantics.md
src/tools/illink/src/ILLink.Tasks/LinkTask.cs
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.cs
src/tools/illink/test/Mono.Linker.Tests/TestCasesRunner/AssemblyChecker.cs

@@@ -21,5 -15,11 +21,11 @@@ namespace ILLink.RoslynAnalyzer.Test
                {
                        return RunTest (allowMissingWarnings: true);
                }
+               [Fact (Skip = "ILLink analyzers don't support constant propagation https://github.com/dotnet/linker/issues/2715")]
+               public Task CompilerGeneratedCodeSubstitutions ()
+               {
+                       return RunTest (allowMissingWarnings: true);
+               }
        }
 -}
 +}