Commit 115874c
authored
Exclude
This driver job has no effect (all autolinking sections are empty when building in this mode) and is actually prone to failure when Wasm reference types are used:
```
error: autolink-extract command failed with exit code 1 (use -v to see invocation)
.build/wasm32-unknown-none-wasm/release/externref.build/externref.c.o' (invalid data relocation: table)
```swift-autolink-extractor no-op job for embedded Wasm (#1801)1 parent 6be25d9 commit 115874c
File tree
2 files changed
+16
-8
lines changed- Sources/SwiftDriver/Jobs
- Tests/SwiftDriverTests
2 files changed
+16
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6803 | 6803 | | |
6804 | 6804 | | |
6805 | 6805 | | |
6806 | | - | |
| 6806 | + | |
6807 | 6807 | | |
6808 | | - | |
6809 | | - | |
| 6808 | + | |
6810 | 6809 | | |
6811 | 6810 | | |
6812 | 6811 | | |
| |||
6817 | 6816 | | |
6818 | 6817 | | |
6819 | 6818 | | |
6820 | | - | |
6821 | | - | |
6822 | | - | |
| 6819 | + | |
| 6820 | + | |
6823 | 6821 | | |
6824 | 6822 | | |
6825 | 6823 | | |
| |||
0 commit comments