mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7721e7f279
commit
3fda44f276
@ -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
Block a user