diff options
| author | Sean Silva <chisophugis@gmail.com> | 2015-07-16 22:12:44 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2015-07-16 22:12:44 +0000 |
| commit | 1bc87776ecb7c9b4ca3c1360b896e2fbec826f09 (patch) | |
| tree | dc2ca44442a90208d051fbd7213267456a78c835 | |
| parent | 93d28c14aa545697a8f0c21b3b946ec0abf96b0f (diff) | |
| download | bcm5719-llvm-1bc87776ecb7c9b4ca3c1360b896e2fbec826f09.tar.gz bcm5719-llvm-1bc87776ecb7c9b4ca3c1360b896e2fbec826f09.zip | |
Add missing REQUIRES to this test.
An internal builder was failing.
llvm-svn: 242452
| -rw-r--r-- | lld/test/COFF/dll.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/COFF/dll.test b/lld/test/COFF/dll.test index f071eb24077..bfe32bbc91a 100644 --- a/lld/test/COFF/dll.test +++ b/lld/test/COFF/dll.test @@ -1,4 +1,5 @@ # REQUIRES: winres +# REQUIRES: winlib # RUN: yaml2obj < %p/Inputs/export.yaml > %t.obj # RUN: lld -flavor link2 /out:%t.dll /dll %t.obj /export:exportfn1 /export:exportfn2 \ |

