mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
Reduce the number of iterations in testcase. (NFC)
This commit is contained in:
parent
4db1af41a6
commit
402e6db3f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user