r268156 - Stab in the dark to fix the PS4 bot

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 22:27:17 PDT 2016


Author: cbieneman
Date: Sat Apr 30 00:27:17 2016
New Revision: 268156

URL: http://llvm.org/viewvc/llvm-project?rev=268156&view=rev
Log:
Stab in the dark to fix the PS4 bot

r268127 is causing the PS4 bots to fail. Not sure what is causing it, but hopefully this will fix it.

Modified:
    cfe/trunk/test/Driver/incompatible_sysroot.c

Modified: cfe/trunk/test/Driver/incompatible_sysroot.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/incompatible_sysroot.c?rev=268156&r1=268155&r2=268156&view=diff
==============================================================================
--- cfe/trunk/test/Driver/incompatible_sysroot.c (original)
+++ cfe/trunk/test/Driver/incompatible_sysroot.c Sat Apr 30 00:27:17 2016
@@ -1,3 +1,6 @@
+// REQUIRES: x86-registered-target
+// REQUIRES: aarch64-registered-target
+
 // RUN: %clang -target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-OSX-IOS %s
 // RUN: %clang -target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mwatchos-version-min=2.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-IOS-WATCHOS %s
 // RUN: %clang -target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mtvos-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-IOS-TVOS %s




More information about the cfe-commits mailing list