[llvm] a760553 - Fixed arm build bot failure after 4042ada1c1fe

Sourabh Singh Tomar via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 11:00:24 PDT 2020


Author: Sourabh Singh Tomar
Date: 2020-05-15T23:30:05+05:30
New Revision: a76055322209f139a91712a88b5c403021bb7d1f

URL: https://github.com/llvm/llvm-project/commit/a76055322209f139a91712a88b5c403021bb7d1f
DIFF: https://github.com/llvm/llvm-project/commit/a76055322209f139a91712a88b5c403021bb7d1f.diff

LOG: Fixed arm build bot failure after 4042ada1c1fe

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

Added: 
    

Modified: 
    llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
    llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
index fbced5940362..c28314dfab41 100644
--- a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
+++ b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
@@ -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

diff  --git a/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll b/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
index 2602e7a7a1c0..dc23f565861e 100644
--- a/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
+++ b/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
@@ -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


        


More information about the llvm-commits mailing list