Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 17, 2016, at 1:46 PM, Timothy Wood via swift-dev > wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon > > wrote: >> >> What LLVM are you using? >> >> You have to use the one from my github (and the arm branch) or it won't work: >> >> https://g

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

2016-04-17 Thread Drew Crawford via swift-dev
> On Apr 3, 2016, at 10:05 PM, Dmitri Gribenko wrote: > >> Hmm... but then wouldn't that more tightly couple the test discovery tool >> and the Swift compiler? In an earlier email you said you "like #3 better >> [...] because that would decouple the test discovery tool from the Swift >> compiler

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 15, 2016, at 6:45 PM, Joe Groff wrote: > What linker are you using? GNU ld 2.26 in particular changed the behavior of > protected visibility in a way that's incompatible with our usage, and we > haven't fully implemented a workaround. You might try using gold or an older > binutils, i

[swift-dev] Random failure when building Swift on Pi

2016-04-17 Thread Timothy Wood via swift-dev
I’m encountering random build compile failures when building on Pi, using clang-3.6 (as suggested in the various instructions to do so), and when using One example looks like: FAILED: /usr/bin/clang++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Joe Bell via swift-dev
I'll join in Tim and try compiling again on the BeagleX15, it failed the other day but I forgot about using Wills LLVM Joe > On Apr 17, 2016, at 3:46 PM, Timothy Wood via swift-dev > wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon wrote: >> >> What LLVM are you using? >> >> You

Re: [swift-dev] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-17 Thread Timothy Wood via swift-dev
> On Apr 16, 2016, at 2:23 PM, William Dillon wrote: > > What LLVM are you using? > > You have to use the one from my github (and the arm branch) or it won't work: > > https://github.com/hpux735/swift-llvm/tree/arm > > > I haven't had time to

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

2016-04-17 Thread Brian Gesiak via swift-dev
In case anyone interested missed it, John Holdsworth mentions another approach in a comment on https://bugs.swift.org/browse/SR-710: using runtime metadata to find a list of tests. The linked project contains an example. It: 1. Specifies a test method regex: https://github.com/johnno1962/TestRunne

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #1018

2016-04-17 Thread Chris Lattner via swift-dev
Fixed with 3aa4ff4. -Chris > On Apr 17, 2016, at 12:16 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1018] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1018/ >