Commit 96bb5fb
committed
Remove customized missing framework diagnostics
This is some very old code that modifies the wording of some diagnostics from the compiler and linker that are emitted when a framework or module is not found. It's not that useful, adds significant complexity and overhead, and would require significant refactoring to make some of the call sites properly asynchronous. We don't really need this functionality anymore, so remove it.1 parent a01d192 commit 96bb5fb
File tree
19 files changed
+8
-877
lines changed- Sources
- SWBBuildService
- SWBCore
- Extensions
- Settings
- Specs/Tools
- SWBTaskExecution/TaskActions
- SWBTestSupport
- SWBUtil
- SwiftBuild
- Tests
- SWBBuildServiceTests
- SWBBuildSystemTests
- SWBCoreTests
- SWBUtilTests
19 files changed
+8
-877
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | 545 | | |
550 | 546 | | |
551 | 547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
| |||
This file was deleted.
0 commit comments