Commit c12a7be
committed
Use pointer sized alignment for fat function pointers since they contain absolute relocations. ld64 seem to silently corrupt them if they are not aligned to pointer size.
1 parent cab1de8 commit c12a7be
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments