Open
Description
Previous ID | SR-1141 |
Radar | rdar://problem/22640310 |
Original Reporter | @ddunbar |
Type | New Feature |
Additional Detail from JIRA
Votes | 1 |
Component/s | llbuild |
Labels | New Feature, StarterBug |
Assignee | None |
Priority | Medium |
md5: fc8862bc1e8ba85bdbc5a4da5be2b191
relates to:
- SR-1143 [llbuild] Support for scheduling multithreaded tasks
Issue Description:
We should have support for understanding swiftc
's "parseable output".
This will allow us to report improved status about compilation of large projects, because we can report on the status of individual files as they are compiled by swiftc
.
This is also important for building additional features on (like better multithreaded scheduling) that rely on being able to get richer status information from the compiler.