[lld] fe7244f - [LLD] [test] Add a missing REQUIRES: x86

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 02:40:37 PDT 2022


Author: Martin Storsjö
Date: 2022-09-20T12:39:57+03:00
New Revision: fe7244feb6056f5912b3cd2d98e9aab26107578e

URL: https://github.com/llvm/llvm-project/commit/fe7244feb6056f5912b3cd2d98e9aab26107578e
DIFF: https://github.com/llvm/llvm-project/commit/fe7244feb6056f5912b3cd2d98e9aab26107578e.diff

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

This was missed in 365d0a5cd867cdf414b70c9f4fd5122146287b01.

Added: 
    

Modified: 
    lld/test/COFF/guard-warnings.s

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/guard-warnings.s b/lld/test/COFF/guard-warnings.s
index ad4b22d14a2b..77448ee95c00 100644
--- a/lld/test/COFF/guard-warnings.s
+++ b/lld/test/COFF/guard-warnings.s
@@ -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


        


More information about the llvm-commits mailing list