We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d049d commit 1b9ef3bCopy full SHA for 1b9ef3b
llvm/test/MC/X86/dwarf-size-field-overflow.test
@@ -1,8 +1,8 @@
1
# This test generates too many debug location entries to fit into 65KB required
2
# by DWARF < 5. Check that the location is set to 0 instead of crashing.
3
#
4
-# RUN: %python %s 10000 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o %t
5
-# RUN: llvm-dwarfdump %t | FileCheck %s
+# RUN: %python %s 5750 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o - \
+# RUN: | llvm-dwarfdump - | FileCheck %s
6
7
# CHECK: 0x0000004d: DW_TAG_formal_parameter
8
# CHECK-NEXT: DW_AT_location (0x00000000
0 commit comments