From fd5cd99a387dae7acc3023b757ab289430308fc9 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 3 Nov 2009 07:49:31 +0000 Subject: [PATCH] XFAIL Driver/hello.c on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85885 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/hello.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Driver/hello.c b/test/Driver/hello.c index 7dbe9c74f9..ead0d07b57 100644 --- a/test/Driver/hello.c +++ b/test/Driver/hello.c @@ -6,6 +6,10 @@ // RUN: %t > %t.out && // RUN: grep "I'm a little driver, short and stout." %t.out +// FIXME: We don't have a usable assembler on Windows, so we can't build real +// apps yet. +// XFAIL: win32 + #include int main() { -- 2.50.1