forked from OSchip/llvm-project
[LLD] [test] Add a missing REQUIRES: x86
This was missed in 365d0a5cd8
.
This commit is contained in:
parent
70582bc4d3
commit
fe7244feb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue