[llvm] b75cc51 - Limit test to x86 for now.

Leonard Chan via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 14:46:41 PST 2021


Author: Leonard Chan
Date: 2021-11-16T14:46:02-08:00
New Revision: b75cc51df71d9415c8013917ab3302fc8870054d

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

LOG: Limit test to x86 for now.

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/ELF/update-section.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/ELF/update-section.test b/llvm/test/tools/llvm-objcopy/ELF/update-section.test
index 644225557f50..9364573e9d8b 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/update-section.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/update-section.test
@@ -1,3 +1,5 @@
+# REQUIRES: x86
+
 # RUN: yaml2obj %s -o %t
 
 # RUN: echo -n 11112222 > %t.same


        


More information about the llvm-commits mailing list