On Nov 8, 2007, at 2:26 PM, Devang Patel wrote:
> ====================================================================== 
> ========
> --- llvm/trunk/test/FrontendObjC/2007-09-25-EH.m (original)
> +++ llvm/trunk/test/FrontendObjC/2007-09-25-EH.m Thu Nov  8  
> 16:26:46 2007
> @@ -1,5 +1,5 @@
>  // RUN: %llvmgcc -c -w -m64 -mmacosx-version-min=10.5 %s -o /dev/null
> -
> +// XTARGET: darwin
>  @class NSDictionary, DSoBuffer, DSoDirectory, NSMutableArray;
>  @interface NSException {}
>  @end

While you're at it, is there a way to test that llvm-gcc was built  
with 64-bit support?  This test fails if you
use an llvm built with the "Darwin/X86 (32-bit-support only)"  
instructions.  The error message is clean,
but something like dg-require would be even better.

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to