summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-12-02 23:29:58 +0000
committerDevang Patel <dpatel@apple.com>2010-12-02 23:29:58 +0000
commit88d794c62860279f48489152c114191f066cc44c (patch)
treef141514bb370b99283383823dede2d4b845c8541
parent38a614034a98eb326996ec52d6c9ddb34fcdf6f2 (diff)
downloadbcm5719-llvm-88d794c62860279f48489152c114191f066cc44c.tar.gz
bcm5719-llvm-88d794c62860279f48489152c114191f066cc44c.zip
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
llvm-svn: 120750
-rw-r--r--llvm/test/CodeGen/X86/2010-09-16-EmptyFilename.ll (renamed from llvm/test/DebugInfo/2010-09-16-EmptyFilename.ll)2
-rw-r--r--llvm/test/CodeGen/X86/unknown-location.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/2010-09-16-EmptyFilename.ll b/llvm/test/CodeGen/X86/2010-09-16-EmptyFilename.ll
index 406d88fbb2b..bed8c8a77b9 100644
--- a/llvm/test/DebugInfo/2010-09-16-EmptyFilename.ll
+++ b/llvm/test/CodeGen/X86/2010-09-16-EmptyFilename.ll
@@ -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>"
diff --git a/llvm/test/CodeGen/X86/unknown-location.ll b/llvm/test/CodeGen/X86/unknown-location.ll
index bb8d59e1b72..09431b5564a 100644
--- a/llvm/test/CodeGen/X86/unknown-location.ll
+++ b/llvm/test/CodeGen/X86/unknown-location.ll
@@ -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
OpenPOWER on IntegriCloud