[lld] r244844 - This test needs lib.exe.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 17:03:48 PDT 2015


Author: rafael
Date: Wed Aug 12 19:03:47 2015
New Revision: 244844

URL: http://llvm.org/viewvc/llvm-project?rev=244844&view=rev
Log:
This test needs lib.exe.

Modified:
    lld/trunk/test/COFF/noentry.test

Modified: lld/trunk/test/COFF/noentry.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/noentry.test?rev=244844&r1=244843&r2=244844&view=diff
==============================================================================
--- lld/trunk/test/COFF/noentry.test (original)
+++ lld/trunk/test/COFF/noentry.test Wed Aug 12 19:03:47 2015
@@ -1,4 +1,5 @@
 # REQUIRES: winres
+# REQUIRES: winlib
 
 # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj
 # RUN: lld-link /out:%t.dll /dll %t.obj




More information about the llvm-commits mailing list