Commit Graph

2 Commits

Author SHA1 Message Date
Saleem Abdulrasool
cdf986f305 test: use llvm-strings instead of strings
We should have the LLVM build which provides most of the tools that we need.
`strings` is amongst them.  Add a new `llvm-strings` substitution from lit and
use that instead of `strings`.  This helps with Windows which does not have a
`strings` tool.
2018-10-08 11:46:46 -07:00
Jordan Rose
4fb241b6d8 [Serialization] Don't walk into function bodies for doc comments (#18635)
Actually, the biggest win here seems to be not recording parameters,
which were taking up a ridiculous amount of space in the generated
swiftdoc. This change takes Swift.swiftdoc from 5MB to 3.5MB.
2018-08-10 19:47:35 -07:00