Yep I finally added enough gunk to the command line to reproduce.

I'm looking at how it's getting the Release value now.  That's the issue
(I'm not seeing it come in as Release).

On Thu, Dec 3, 2015 at 10:44 PM, Dmitri Gribenko <[email protected]>
wrote:

> On Thu, Dec 3, 2015 at 10:41 PM, Todd Fiala <[email protected]> wrote:
> > I see.
> >
> > And I think I see the issue.  It's trying to do a release-debuginfo build
> > across the board.  LLDB chokes on those.  So we'll need to explicitly set
> > the lldb build variant to something different (either release or debug,
> > likely release).
>
> The preset is trying to do that (lldb-build-type=Release), but
> apparently is getting ignored.
>
> 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 <[email protected]>*/
>



-- 
-Todd
_______________________________________________
swift-lldb-dev mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-lldb-dev

Reply via email to