[LLD] [test] Add a missing REQUIRES: x86
authorMartin Storsjö <martin@martin.st>
Tue, 20 Sep 2022 09:38:37 +0000 (12:38 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 20 Sep 2022 09:39:57 +0000 (12:39 +0300)
This was missed in 365d0a5cd867cdf414b70c9f4fd5122146287b01.

lld/test/COFF/guard-warnings.s

index ad4b22d..77448ee 100644 (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