Commit d166892
committed
multifile: make protocol-conformance-member pass on Windows
PE/COFF does not include a symbol table in the generated executable
binary. Instead, use `public` to expose the getter, and then use
`-coff-exports` from `llvm-readobj` to get the symbols that are
exported. Fortunately, the same tool can be used to list the symbol
table contents for ELF and MachO binary. This allows us to share the
test across all the targets.1 parent 8420a00 commit d166892
File tree
2 files changed
+4
-4
lines changed- test/multifile
- Inputs
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments