[PATCH] D30595: Restrict test arch-specific-libdir.c to Linux

Pirama Arumuga Nainar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 16:00:09 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL296929: Restrict test arch-specific-libdir.c to Linux (authored by pirama).

Changed prior to commit:
  https://reviews.llvm.org/D30595?vs=90547&id=90548#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30595

Files:
  cfe/trunk/test/Driver/arch-specific-libdir.c


Index: cfe/trunk/test/Driver/arch-specific-libdir.c
===================================================================
--- cfe/trunk/test/Driver/arch-specific-libdir.c
+++ cfe/trunk/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30595.90548.patch
Type: text/x-patch
Size: 566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170304/0c1441f9/attachment.bin>


More information about the llvm-commits mailing list