Skip to content

Commit 3c90124

Browse files
committed
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.
1 parent ce1faec commit 3c90124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc -filetype asm -o - %s | FileCheck %s
2+
; REQUIRES: x86-registered-target
23

34
; Ensure that we do not emit any live ranges for the fragment as it is
45
; bit-sliced which cannot be represented in CodeView.

0 commit comments

Comments
 (0)