summaryrefslogtreecommitdiff
path: root/src/jit/gentree.cpp
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2019-05-29 09:06:55 -0700
committerAaron Robinson <arobins@microsoft.com>2019-05-29 09:06:55 -0700
commit90e7b68a9616b7c643a3e0e0e918102d94e527a2 (patch)
tree6e3c195e15d6d0c5a57c99c70269c2a0197c4875 /src/jit/gentree.cpp
parent90f2960e19700914c15abe1ead895c0ebea0db22 (diff)
downloadcoreclr-90e7b68a9616b7c643a3e0e0e918102d94e527a2.tar.gz
coreclr-90e7b68a9616b7c643a3e0e0e918102d94e527a2.tar.bz2
coreclr-90e7b68a9616b7c643a3e0e0e918102d94e527a2.zip
Add back AssemblyDescription attribute (#24819)
This was present in System.Private.CoreLib previously, but removed in recent versions (I compared 3.0.0-preview5-27610-03 and 3.0.0-preview6-27715-05 on macos). It's unclear to me what used to be adding the attribute - https://github.com/dotnet/coreclr/commit/099177b0899156a4e8a352083a273805240c0ccd touched the SPC logic, but even in that change I see no mention of it. Maybe it used to be autogenerated by the old project files. In any case, I believe it should be added back. Its value used to be System.Private.CoreLib: ```diff - .custom instance void System.Reflection.AssemblyDescriptionAttribute::.ctor(string) = ( 01 00 16 53 79 73 74 65 6D 2E 50 72 69 76 61 74 // ...System.Privat - 65 2E 43 6F 72 65 4C 69 62 00 00 ) // e.CoreLib.. ```
Diffstat (limited to 'src/jit/gentree.cpp')
0 files changed, 0 insertions, 0 deletions