forked from OSchip/llvm-project
Fix test by adding REQUIRES: x86-registered-target to skip test in configurations that do not include x86.
This commit is contained in:
parent
44485fcd97
commit
76a1a41530
|
@ -1,3 +1,4 @@
|
||||||
|
; REQUIRES: x86-registered-target
|
||||||
; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
|
; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
|
||||||
;
|
;
|
||||||
; CHECK: [[SYM:[a-z0-9]+]]: DW_TAG_formal_parameter
|
; CHECK: [[SYM:[a-z0-9]+]]: DW_TAG_formal_parameter
|
||||||
|
|
Loading…
Reference in New Issue