Skip to content

Commit e7294db

Browse files
committed
Fix llvm/test/DebugInfo/COFF/jump-table.ll
Fix `llvm/test/DebugInfo/COFF/jump-table.ll` by adding `REQUIRES` clauses for all architectures used by the test.
1 parent a013981 commit e7294db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/DebugInfo/COFF/jump-table.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; REQUIRES: arm-registered-target
2+
; REQUIRES: aarch64-registered-target
3+
; REQUIRES: x86-registered-target
14
; RUN: llc -mtriple=i686-windows < %s | FileCheck %s --check-prefixes=CHECK,I686,NOTA32
25
; RUN: llc -mtriple=x86_64-windows < %s | FileCheck %s --check-prefixes=CHECK,X64,NOTA32
36
; RUN: llc -mtriple=aarch64-windows < %s | FileCheck %s --check-prefixes=CHECK,A64,NOTA32

0 commit comments

Comments
 (0)