Skip to content

Commit 1b9ef3b

Browse files
committed
Reduce the number of iterations in testcase. (NFC)
1 parent 77d049d commit 1b9ef3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This test generates too many debug location entries to fit into 65KB required
22
# by DWARF < 5. Check that the location is set to 0 instead of crashing.
33
#
4-
# RUN: %python %s 10000 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o %t
5-
# RUN: llvm-dwarfdump %t | FileCheck %s
4+
# RUN: %python %s 5750 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o - \
5+
# RUN: | llvm-dwarfdump - | FileCheck %s
66
#
77
# CHECK: 0x0000004d: DW_TAG_formal_parameter
88
# CHECK-NEXT: DW_AT_location (0x00000000

0 commit comments

Comments
 (0)