Commits

Jordan Rose committed 8ee17a4d0d0
Serialize search paths when building an app, for a better debugging experience. There's also a testing option, -serialize-debugging-options, to force this extra info to be serialized even for library targets. In the long run we'll probably write out this information for all targets, but strip it out of the "public module" when a framework is built. (That way it ends up in the debug info's copy of the module.) Incidentally, this commit includes the ability to add search paths to the Clang importer on the fly, which is most of rdar://problem/16347147. Unfortunately there's no centralized way to add search paths to both Clang /and/ Swift at the moment. Part of rdar://problem/17670778 Swift SVN r24545