Re: [swift-dev] [SR-710][RFC] Automatically detecting XCTest test methods on Linux: Reflection? SourceKit?

2016-05-07 Thread Drew Crawford via swift-dev
> On May 6, 2016, at 3:04 PM, Daniel Dunbar wrote: > > The conclusion was that after weighing all of the tradeoffs, it made the most > sense to encourage porting of SourceKit to Linux and then using it to build > out > the Linux test discovery feature. This was most in line with a desirable > l

Re: [swift-dev] swift (ABI) and Windows

2016-05-07 Thread Sangjin Han via swift-dev
Hi all, I merged Saleem's #2080 to my working branch, and did some experiment. I could compile easily Hello.swift with #2080 merged one. swiftc -c -o Hello.obj Hello.swift clang -o Hello.exe Hello.obj -llibswiftCore -llibswiftSwiftOnoneSupport -Wl, Without #2080, I should use the *.ll-modif

Re: [swift-dev] swift (ABI) and Windows

2016-05-07 Thread Sangjin Han via swift-dev
One more, I couldn't build the libswiftCore.dll which can be used for Hello.swift. At least one symbol _TMSS is not dllexported. (But I could build the dll with dlltool.exe which make all symbols to be dllexported) To find out the reason, I built a Swift.ll instead of the Swift.obj for the libswi