[LLD] [test] Add a missing REQUIRES: x86

This was missed in 365d0a5cd8.
This commit is contained in:
Martin Storsjö 2022-09-20 12:38:37 +03:00
parent 70582bc4d3
commit fe7244feb6
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: x86
# Make a DLL that exports exportfn1.
# RUN: yaml2obj %p/Inputs/export.yaml -o %basename_t-exp.obj
# RUN: lld-link /out:%basename_t-exp.dll /dll %basename_t-exp.obj /export:exportfn1 /implib:%basename_t-exp.lib