[llvm] ea274be - Add REQUIRES: x86-registered-target to test as it was failing on build bots without x86.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 12:29:02 PDT 2020
Author: Douglas Yung
Date: 2020-10-07T12:28:46-07:00
New Revision: ea274be72be1cbc37075412dbc455ef245ac0a75
URL: https://github.com/llvm/llvm-project/commit/ea274be72be1cbc37075412dbc455ef245ac0a75
DIFF: https://github.com/llvm/llvm-project/commit/ea274be72be1cbc37075412dbc455ef245ac0a75.diff
LOG: 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
Added:
Modified:
llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test b/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test
index 34fc1f8c25e2..e6efb2b2234c 100644
--- a/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test
+++ b/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test
@@ -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
More information about the llvm-commits
mailing list