[llvm] 3c90124 - tests: temporarily add a X86 requirement on a test

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 19:48:40 PST 2023


Author: Saleem Abdulrasool
Date: 2023-12-14T19:47:15-08:00
New Revision: 3c9012413767a6c295be318116f416073b984d71

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

LOG: tests: temporarily add a X86 requirement on a test

This adds a requirement to have the x86 target registered.  The test is
architecture agnostic, but needs to be tweaked to use the default
architecture triple for Windows.  That is a bit trickier, use this to
unblock some builders.

Added: 
    

Modified: 
    llvm/test/DebugInfo/codeview-bit-slice-fragments.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/codeview-bit-slice-fragments.ll b/llvm/test/DebugInfo/codeview-bit-slice-fragments.ll
index 693ac6e917f480..1732f67111e757 100644
--- a/llvm/test/DebugInfo/codeview-bit-slice-fragments.ll
+++ b/llvm/test/DebugInfo/codeview-bit-slice-fragments.ll
@@ -1,4 +1,5 @@
 ; RUN: llc -filetype asm -o - %s | FileCheck %s
+; REQUIRES: x86-registered-target
 
 ; Ensure that we do not emit any live ranges for the fragment as it is
 ; bit-sliced which cannot be represented in CodeView.


        


More information about the llvm-commits mailing list