summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/dwarf-size-field-overflow.test
diff options
context:
space:
mode:
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