forked from OSchip/llvm-project
The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".
llvm-svn: 175146
This commit is contained in:
parent
763b2981b4
commit
70247a807b
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -filetype=obj -O0 < %s > %t
|
||||
; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj -O0 < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; CHECK: 2 0 1 0 is_stmt
|
||||
|
|
Loading…
Reference in New Issue