From f88cd53676b1a2bf40a37d0ad23d81afa9f85544 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 2 Oct 2012 09:42:36 +0000 Subject: [PATCH] -arch is a darwin-specific driver feature, use a triple instead in rewriter test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164995 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Rewriter/no-integrated-preprocessing-64bit.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Rewriter/no-integrated-preprocessing-64bit.m b/test/Rewriter/no-integrated-preprocessing-64bit.m index 6cb5011de8..63184493b3 100644 --- a/test/Rewriter/no-integrated-preprocessing-64bit.m +++ b/test/Rewriter/no-integrated-preprocessing-64bit.m @@ -1,6 +1,4 @@ -// RUN: %clang -arch x86_64 -fms-extensions -rewrite-objc %s -o %t-rw-64bit.cpp -// RUN: FileCheck %s < %t-rw-64bit.cpp -// XFAIL: mingw32,win32 +// RUN: %clang -target x86_64-unkown-unknown -fms-extensions -rewrite-objc %s -o - | FileCheck %s // rdar://12189793 #ifdef __cplusplus -- 2.40.0