Commit 0fd050a
authored
Ensure objects within library files are sorted (#15780)
We saw an odd issue recently where clearing the cache and rebuilding
generated different result. Looking that the library files I notices
that orders of the object files with each library did not match.
This change means the order will be fixed regardless of ordering of the
files in the directories of the host machine.
See #157621 parent 3dbfca3 commit 0fd050a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments