projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
83d3daa
c7f69a6
)
Merge branch 'SyncLinkerLinux' of ../linker into main
author
Tlakaelel Axayakatl Ceja
<tlakaelel.ceja@microsoft.com>
Thu, 22 Dec 2022 22:15:07 +0000
(22:15 +0000)
committer
Tlakaelel 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
patch
|
|
diff2
|
blob
|
history
src/tools/illink/src/ILLink.Tasks/LinkTask.cs
patch
|
diff1
|
diff2
|
blob
|
history
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.cs
patch
|
diff1
|
diff2
|
blob
|
history
src/tools/illink/test/Mono.Linker.Tests/TestCasesRunner/AssemblyChecker.cs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
docs/design/tools/illink/feature-attribute-semantics.md
index 0000000,
946e62a
..
946e62a
mode 000000,100644..100644
--- /dev/null
---
2
/
src/tools/illink/docs/design/feature-attribute-semantics.md
+++ b/
docs/design/tools/illink/feature-attribute-semantics.md
diff --cc
src/tools/illink/src/ILLink.Tasks/LinkTask.cs
Simple merge
diff --cc
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.cs
index
f1622c2
,
f2edd0c
..
374c281
---
1
/
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.cs
---
2
/
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.cs
+++ b/
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/UnreachableBlockTests.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);
+ }
}
-}
+}
diff --cc
src/tools/illink/test/Mono.Linker.Tests/TestCasesRunner/AssemblyChecker.cs
Simple merge