[llvm] 1f238ea - [DebugInfo] Add 'REQUIRES: object-emission' in the test. (#98141)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 09:17:11 PDT 2024


Author: Abid Qadeer
Date: 2024-07-09T09:17:07-07:00
New Revision: 1f238ea62e43fb1436d5f344d23bdeb4b2832724

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

LOG: [DebugInfo] Add 'REQUIRES: object-emission' in the test. (#98141)

The test added in #96474 seems to cause buildbot failure on some system.
I have added `REQUIRES: object-emission` in the test and also used `%t`
instead of `-` for output.

Added: 
    

Modified: 
    llvm/test/DebugInfo/subrange-missing-upperBound.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/subrange-missing-upperBound.ll b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
index ace5bf9554c80..3483dd1a9f4ee 100644
--- a/llvm/test/DebugInfo/subrange-missing-upperBound.ll
+++ b/llvm/test/DebugInfo/subrange-missing-upperBound.ll
@@ -1,4 +1,7 @@
-; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
+; RUN: %llc_dwarf %s -filetype=obj -o %t
+; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
+; REQUIRES: object-emission
+
 
 ; ModuleID = 'test.ll'
 source_filename = "test.f90"


        


More information about the llvm-commits mailing list