forked from OSchip/llvm-project
Add REQUIRES: x86-registered-target to test as it was failing on build bots without x86.
This should fix the failure on http://lab.llvm.org:8011/#/builders/91/builds/30
This commit is contained in:
parent
9c09e2055e
commit
ea274be72b
|
@ -1,5 +1,6 @@
|
|||
; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-32bit.elf.o --debug-frame | FileCheck %s -check-prefix FRAMES
|
||||
; Note: the input file was generated from Inputs/dwarfdump-test-32bit.elf.c
|
||||
; REQUIRES: x86-registered-target
|
||||
|
||||
; FRAMES: .debug_frame
|
||||
|
||||
|
|
Loading…
Reference in New Issue