Files
swift-mirror/tools/swift-plugin-server/Sources/CSwiftPluginServer
Saleem Abdulrasool c6222bf8eb swift-plugin-server: adjust API for portability
This begins reworking the API to be less POSIX centric and more
generally usable.  The API was defined in terms of `dlopen`/`dlsym`
rather than the better suited `llvm::sys::DynamicLibrary` APIs which
would avoid most of the work that needs to be done here for platform
specifics.
2023-09-02 11:50:23 -07:00
..