Skip to content

Commit

Permalink
[DwarfDebug] Add triple to test.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356521 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
fhahn committed Mar 19, 2019
1 parent df1fd07 commit 8cb4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MC/X86/dwarf-size-field-overflow.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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 4000 | llc -filetype=obj -o %t
# RUN: %python %s 4000 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o %t
# RUN: llvm-dwarfdump %t | FileCheck %s
#
# CHECK: 0x0000004d: DW_TAG_formal_parameter
Expand Down

0 comments on commit 8cb4549

Please sign in to comment.