mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Produce a DWO-style skeleton CU pointing to the PCH containing the Clang debug info for types imported from a PCH. This allows DWARFIMporterDelegate to find the type definitions there. <rdar://problem/49233932>
4 lines
30 B
C
4 lines
30 B
C
struct Point {
|
|
int x, y;
|
|
};
|