Fixed arm build bot failure after 4042ada1c1fe
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Fri, 15 May 2020 17:52:04 +0000 (23:22 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Fri, 15 May 2020 18:00:05 +0000 (23:30 +0530)
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-dataLocationExp.ll
llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll

index fbced59..c28314d 100644 (file)
@@ -1,5 +1,6 @@
 ;; This test checks whether DW_AT_data_location attribute
 ;; accepts DIExpression.
+; REQUIRES: x86_64-linux
 
 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
 ; RUN: llvm-dwarfdump  %t.o | FileCheck %s
index 2602e7a..dc23f56 100644 (file)
@@ -1,5 +1,6 @@
 ;; This test checks whether DW_AT_data_location attribute
 ;; accepts DIVariable
+; REQUIRES: x86_64-linux
 
 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
 ; RUN: llvm-dwarfdump  %t.o | FileCheck %s