From: Pirama Arumuga Nainar Date: Fri, 3 Mar 2017 23:48:15 +0000 (+0000) Subject: Restrict test arch-specific-libdir.c to Linux X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fe2b569114d0566a513661ae9613653dc8c580d;p=clang Restrict test arch-specific-libdir.c to Linux Summary: This fails on Windows due to dependence on path separators. Reviewers: rnk, srhines Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D30595 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296929 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/arch-specific-libdir.c b/test/Driver/arch-specific-libdir.c index 48196e6bdd..3889b37131 100644 --- a/test/Driver/arch-specific-libdir.c +++ b/test/Driver/arch-specific-libdir.c @@ -1,6 +1,8 @@ // Test that the driver adds an arch-specific subdirectory in // {RESOURCE_DIR}/lib/linux to the search path. // +// REQUIRES: linux +// // RUN: %clang %s -### 2>&1 -target i386-unknown-linux \ // RUN: -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \ // RUN: | FileCheck --check-prefixes=FILEPATH,ARCHDIR-i386 %s