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

2016-04-16 Thread William Dillon via swift-dev
Lang is, he was helping me write the LLVM tests, but I'm stacked at the moment. > On Apr 16, 2016, at 2:54 PM, Michael Gottesman wrote: > > >> On Apr 16, 2016, at 2:23 PM, William Dillon > > wrote: >> >> What LLVM are you using? >> >> You have to use the one fr

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

2016-04-16 Thread Michael Gottesman 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] R_ARM_GOT_PREL error when building Swift on Pi from source

2016-04-16 Thread William Dillon via swift-dev
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 upstream the changes to LLVM. - Will > On Apr 16, 2016, at 1:49 PM, Michael Gottesman via swift-dev > wrote: > > +CC L

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

2016-04-16 Thread Michael Gottesman via swift-dev
+CC Lang Hames (Just in case) > On Apr 15, 2016, at 6:45 PM, Joe Groff via swift-dev > wrote: > >> >> On Apr 15, 2016, at 1:24 PM, Timothy Wood via swift-dev >> wrote: >> >> >> I was able to get Swift running on my Raspberry Pi using a variant of the >> instructions at >>