From 2c81508728168f119023cc697300d3ca7489b3d2 Mon Sep 17 00:00:00 2001 From: Sourabh Singh Tomar Date: Fri, 15 May 2020 23:10:54 +0530 Subject: [PATCH] Fixed arm build bot failure after ab699d78a26f This fixes bot failure seen in http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/7378 by adding `REQUIRES: x86_64-linux` to the test case --- llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll index 5d85e95..d06e403 100644 --- a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll +++ b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll @@ -1,5 +1,6 @@ ;; This test checks whether DWARF operator DW_OP_push_object_address ;; is accepted and processed. +; REQUIRES: x86_64-linux ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s -- 2.7.4