forked from OSchip/llvm-project
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
llvm-svn: 120750
This commit is contained in:
parent
38a614034a
commit
88d794c628
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -O0 < %s - | FileCheck %s
|
||||
; RUN: llc -O0 -mtriple=x86_64-apple-darwin10 < %s - | FileCheck %s
|
||||
; Radar 8286101
|
||||
; CHECK: .file 2 "<stdin>"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -asm-verbose=false -march=x86-64 -use-unknown-locations | FileCheck %s
|
||||
; RUN: llc < %s -asm-verbose=false -mtriple=x86_64-apple-darwin10 -use-unknown-locations | FileCheck %s
|
||||
|
||||
; The divide instruction does not have a debug location. CodeGen should
|
||||
; represent this in the debug information. This is done by setting line
|
||||
|
|
Loading…
Reference in New Issue