[llvm] r329683 - [llvm-ar] Temporarily make the tool case detection test Windows-only to fix the build (introduced in r329658)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 03:26:23 PDT 2018


Author: aganea
Date: Tue Apr 10 03:26:23 2018
New Revision: 329683

URL: http://llvm.org/viewvc/llvm-project?rev=329683&view=rev
Log:
[llvm-ar] Temporarily make the tool case detection test Windows-only to fix the build (introduced in r329658)

Modified:
    llvm/trunk/test/tools/llvm-ar/case-detection.test

Modified: llvm/trunk/test/tools/llvm-ar/case-detection.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-ar/case-detection.test?rev=329683&r1=329682&r2=329683&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-ar/case-detection.test (original)
+++ llvm/trunk/test/tools/llvm-ar/case-detection.test Tue Apr 10 03:26:23 2018
@@ -1,5 +1,6 @@
 -- Test CamelCase tool name to ensure detection works properly
 
+REQUIRES: target-windows, system-windows
 RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj
 RUN: rm -rf %t1
 RUN: mkdir %t1




More information about the llvm-commits mailing list