From 8cb45493526b0b9adc2c0b93a93e537393d52242 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Tue, 19 Mar 2019 21:18:59 +0000 Subject: [PATCH] [DwarfDebug] Add triple to test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356521 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/dwarf-size-field-overflow.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/X86/dwarf-size-field-overflow.test b/test/MC/X86/dwarf-size-field-overflow.test index 954772a28f0..72f3bd3a900 100644 --- a/test/MC/X86/dwarf-size-field-overflow.test +++ b/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 -- 2.40.0