[swift-dev] How to run the tests out-of-tree?
Dmitri Gribenko
gribozavr at gmail.com
Thu May 12 20:40:40 CDT 2016
On Thu, May 12, 2016 at 6:33 PM, Karl Wagner via swift-dev
<swift-dev at swift.org> wrote:
> My original idea was a lot simpler - create a script grabbing the specific
> executables we need (FileCheck, llvm-link, etc) and the tests, package it
> up, ship it out via ssh and run it on the intended target, piping the output
> back. I just couldn’t really figure out what the specific dependencies where
> - the site config seemed to want the entire source and build tree of swift
> and LLVM, and I don’t want to package all of that stuff up.
Are you building a native compiler or a cross-compiler?
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-dev
mailing list