Commit 4abd030
committed
Move linker warning/error reporting to their own files
This is a large amount of code that is solely concerned with producing
information that seeks to be helpful to a (human) user. Moving this to
its own translation unit should increase the readability of core linking
algorithms.1 parent 242a89d commit 4abd030
File tree
6 files changed
+533
-484
lines changed- src/linking
6 files changed
+533
-484
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments