summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/dwarf-size-field-overflow.test
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-03-19 21:18:59 +0000
committerFlorian Hahn <flo@fhahn.com>2019-03-19 21:18:59 +0000
commit91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3 (patch)
tree21cbd3c675f96ad701b9920888af6195ce86a69d /llvm/test/MC/X86/dwarf-size-field-overflow.test
parent2dd1566e8bb9b20bbecf23db130846e3881714c1 (diff)
downloadbcm5719-llvm-91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3.tar.gz
bcm5719-llvm-91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3.zip
[DwarfDebug] Add triple to test.
llvm-svn: 356521
Diffstat (limited to 'llvm/test/MC/X86/dwarf-size-field-overflow.test')
-rw-r--r--llvm/test/MC/X86/dwarf-size-field-overflow.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/dwarf-size-field-overflow.test b/llvm/test/MC/X86/dwarf-size-field-overflow.test
index 954772a28f0..72f3bd3a900 100644
--- a/llvm/test/MC/X86/dwarf-size-field-overflow.test
+++ b/llvm/test/MC/X86/dwarf-size-field-overflow.test
@@ -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
OpenPOWER on IntegriCloud