Use a fixed target triple to s to appease windows bots

llvm-svn: 305252
This commit is contained in:
Adrian Prantl 2017-06-12 23:47:27 +00:00
parent 6364bfa0f7
commit 234b0e2198
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: %llc_dwarf -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
; RUN: llc -mtriple=x86_64-apple-darwin -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
; PR33157. Don't crash on duplicate dbg.declare.
; CHECK: DW_TAG_formal_parameter
; CHECK: DW_AT_location [DW_FORM_exprloc]