Commit d6ba427
committed
lldb: repair the Windows build after swiftlang#1447
`TBDGenOptions` was forward declared as a `class` rather than `struct`.
The type mismatch causes a link failure as the type information is
encoded into the decorated name under the Microsoft ABI. Switch the
forward declaration to match.1 parent d709fba commit d6ba427
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments