Skip to content

Commit

Permalink
Reduce the number of iterations in testcase. (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Nov 21, 2019
1 parent 77d049d commit 1b9ef3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/MC/X86/dwarf-size-field-overflow.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b9ef3b

Please sign in to comment.