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. -Ed _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
