[llvm] 76a1a41 - Fix test by adding REQUIRES: x86-registered-target to skip test in configurations that do not include x86.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 03:29:28 PDT 2021


Author: Douglas Yung
Date: 2021-08-31T03:29:17-07:00
New Revision: 76a1a415302d06ceb4a3358493e897e98dd75f77

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

LOG: Fix test by adding REQUIRES: x86-registered-target to skip test in configurations that do not include x86.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll b/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
index 3cdbfc1e89ac..974ed4f29d7d 100644
--- a/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
+++ b/llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86-registered-target
 ; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
 ;
 ; CHECK: [[SYM:[a-z0-9]+]]:  DW_TAG_formal_parameter


        


More information about the llvm-commits mailing list