forked from OSchip/llvm-project
Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
This started failing on Windows after my switch lowering change in r235101. I suspect the error is unrelated, so adding a triple to pacify it until it can be fixed. See the PR for details. llvm-svn: 235106
This commit is contained in:
parent
d49cb8fdd7
commit
87bb04e809
|
@ -1,7 +1,7 @@
|
|||
; REQUIRES: object-emission
|
||||
; PR 19261
|
||||
|
||||
; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
|
||||
; RUN: %llc_dwarf -mtriple=i686-linux -fast-isel=false -O0 -filetype=obj %s -o %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
|
||||
|
|
Loading…
Reference in New Issue