JIT: Avoid unnecessary extra sections for crossgen producing PE outside Windows
Open
area-CodeGen-coreclr
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
crossgen2 still produces PE outside Windows in some cases. It means this condition is not accurate:
https://github.com/dotnet/runtime/blob/b7a0ff8f140657255d99159b8560220b355240d9/src/coreclr/jit/ee_il_dll.cpp#L1140-L1151
See also https://github.com/dotnet/runtime/pull/124203/changes#r2875455844
Contributor guide
Assessment
This issue has not been assessed yet.