[Lldb-commits] [lldb] r220820 - Added the ability to add attributes to inline

Ed Maste emaste at freebsd.org
Tue Oct 28 15:01:58 PDT 2014


On 28 October 2014 16:23, Sean Callanan <scallanan at apple.com> 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



More information about the lldb-commits mailing list