One concrete problem we're running into is that we cannot specify a way to invoke clang++, which makes it rather perilous to link against anything LLVM-related on Linux.
~Robert Widmann 2017/01/16 14:51、Daniel Dunbar via swift-evolution <[email protected]> のメッセージ: > Hi Harlan, > > Can you describe more about exactly what distinct problems you are running > into? > > Thanks! > - Daniel > >> On Mon, Jan 16, 2017 at 10:54 AM, Ankit Agarwal via swift-build-dev >> <[email protected]> wrote: >> + swift-build-dev >> >>> On Tue, Jan 17, 2017 at 12:03 AM, Harlan Haskins via swift-evolution >>> <[email protected]> wrote: >>> Hi swift-evolution! >>> >>> Robert Widmann and I have been working on a Swift wrapper for LLVM >>> (https://github.com/harlanhaskins/LLVMSwift) and we’re lamenting the lack >>> of C++ support in SwiftPM. >>> >>> Ideally, we’d be able to write C++ files that expose C APIs for LLVM APIs >>> that aren’t yet exposed in the llvm-c API. >>> >>> Before we write a proposal for C++ files in SwiftPM targets, are there any >>> concerns/things we should consider? >>> >>> Thanks, >>> Harlan >>> >>> _______________________________________________ >>> swift-evolution mailing list >>> [email protected] >>> https://lists.swift.org/mailman/listinfo/swift-evolution >>> >> >> >> >> -- >> Ankit >> >> >> _______________________________________________ >> swift-build-dev mailing list >> [email protected] >> https://lists.swift.org/mailman/listinfo/swift-build-dev >> > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
