[lld] c9953d9 - [ELF][test] Add REQUIRES: x86 after D146778

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 18:17:51 PDT 2023


Author: Fangrui Song
Date: 2023-07-19T18:17:46-07:00
New Revision: c9953d9891a6067549a78e7d07ca8eb6a7596792

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

LOG: [ELF][test] Add REQUIRES: x86 after D146778

Added: 
    

Modified: 
    lld/test/ELF/fatlto/fatlto.invalid.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/fatlto/fatlto.invalid.s b/lld/test/ELF/fatlto/fatlto.invalid.s
index cc7f98d3c9b3e4..a712b1dbb58b48 100644
--- a/lld/test/ELF/fatlto/fatlto.invalid.s
+++ b/lld/test/ELF/fatlto/fatlto.invalid.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
 # RUN: not ld.lld %t -o /dev/null --fat-lto-objects 2>&1 | FileCheck %s
 


        


More information about the llvm-commits mailing list