Commit 58c83b4
committed
Enable swiftinterface verification with compatiblity headers
Lift the workaround that disabled scheduling the swiftinterface
verification task when a compatibility header is generated. This is an
issue only when the header is also installed, we now expect the build
system to disable the verification when it installs the header.
This issue lead to errors on missing headers and failures to build the
underlying clang module at verification.
rdar://1009897231 parent effef46 commit 58c83b4
File tree
2 files changed
+2
-9
lines changed- Sources/SwiftDriver/Jobs
- Tests/SwiftDriverTests
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | 513 | | |
521 | 514 | | |
522 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5262 | 5262 | | |
5263 | 5263 | | |
5264 | 5264 | | |
5265 | | - | |
| 5265 | + | |
5266 | 5266 | | |
5267 | 5267 | | |
5268 | 5268 | | |
5269 | 5269 | | |
5270 | 5270 | | |
5271 | 5271 | | |
5272 | | - | |
| 5272 | + | |
5273 | 5273 | | |
5274 | 5274 | | |
5275 | 5275 | | |
| |||
0 commit comments