[llvm] 1b9ef3b - Reduce the number of iterations in testcase. (NFC)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 08:33:10 PST 2019


Author: Adrian Prantl
Date: 2019-11-21T08:32:55-08:00
New Revision: 1b9ef3bbb595206b0097b7adec2c1b69eae6fab4

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

LOG: Reduce the number of iterations in testcase. (NFC)

Added: 
    

Modified: 
    llvm/test/MC/X86/dwarf-size-field-overflow.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/X86/dwarf-size-field-overflow.test b/llvm/test/MC/X86/dwarf-size-field-overflow.test
index 090255268e19..807de9aead27 100644
--- a/llvm/test/MC/X86/dwarf-size-field-overflow.test
+++ b/llvm/test/MC/X86/dwarf-size-field-overflow.test
@@ -1,8 +1,8 @@
 # This test generates too many debug location entries to fit into 65KB required
 # by DWARF < 5. Check that the location is set to 0 instead of crashing.
 #
-# RUN: %python %s 10000 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o %t
-# RUN: llvm-dwarfdump %t | FileCheck %s
+# RUN: %python %s 5750 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o - \
+# RUN:    | llvm-dwarfdump - | FileCheck %s
 #
 # CHECK:       0x0000004d:       DW_TAG_formal_parameter
 # CHECK-NEXT:      DW_AT_location   (0x00000000


        


More information about the llvm-commits mailing list