> On Oct 28, 2014, at 3:01 PM, Ed Maste <[email protected]> wrote: > > On 28 October 2014 16:23, Sean Callanan <[email protected]> wrote: >> Author: spyffe >> Date: Tue Oct 28 15:23:20 2014 >> New Revision: 220820 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=220820&view=rev >> Log: >> Added the ability to add attributes to inline >> testcases. Also fixed one of the testcases to >> not run on the platforms that don't support >> Objective-C. > > Thanks Sean, this fixes the test suite run for me on FreeBSD. > > It's not ObjC that's unsupported per se (FreeBSD's base clang includes > support) but the lack of Cocoa/Foundation. Ideally these tests could > start running automatically on FreeBSD if someone does 'pkg install > gnustep'. But that's of course a much lower priority than other issues > we're working through.
Also, unless gnustep is binary compatible with Apple’s implementation, you would want a GNUStepRuntime implementation at the very least - as well as data formatters for the GNUStep versions of NSString, NSArray, ... > > -Ed > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits Thanks, - Enrico 📩 egranata@.com ☎️ 27683
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
