[llvm-commits] [llvm] r43912 - /llvm/trunk/test/FrontendObjC/2007-09-25-EH.m
Dale Johannesen
dalej at apple.com
Thu Nov 8 14:35:15 PST 2007
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.
More information about the llvm-commits
mailing list