Commits

Brian Gesiak committed 8840510480c
[SourceKit] Conditionally use in-proc for repl Most SourceKit build products are linked against either sourcekitd (which uses XPC) or sourcekitdInProc (which does not) based on the `SWIFT_SOURCEKIT_USE_INPROC_LIBRARY` CMake option. Adapt `sourcekitd-repl` to fit this established pattern.