[llvm] 2c81508 - Fixed arm build bot failure after ab699d78a26f

Sourabh Singh Tomar via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 10:45:28 PDT 2020


Author: Sourabh Singh Tomar
Date: 2020-05-15T23:14:56+05:30
New Revision: 2c81508728168f119023cc697300d3ca7489b3d2

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

LOG: 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

Added: 
    

Modified: 
    llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
index 5d85e959a4ff..d06e4035297a 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
 


        


More information about the llvm-commits mailing list