diff options
author | Devang Patel <dpatel@apple.com> | 2010-12-02 23:29:58 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-12-02 23:29:58 +0000 |
commit | 3fda44f276647bc43c283268907bac605a8f7eb5 (patch) | |
tree | 0fb6564f9e49b4fb1e990e03d2af76ad18edb3de | |
parent | 7721e7f279c4c01b29583011eaff48250ec6cdd9 (diff) |
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
-rw-r--r-- | test/CodeGen/X86/2010-09-16-EmptyFilename.ll (renamed from test/DebugInfo/2010-09-16-EmptyFilename.ll) | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/unknown-location.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/2010-09-16-EmptyFilename.ll b/test/CodeGen/X86/2010-09-16-EmptyFilename.ll index 406d88fbb2..bed8c8a77b 100644 --- a/test/DebugInfo/2010-09-16-EmptyFilename.ll +++ b/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/test/CodeGen/X86/unknown-location.ll b/test/CodeGen/X86/unknown-location.ll index bb8d59e1b7..09431b5564 100644 --- a/test/CodeGen/X86/unknown-location.ll +++ b/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 |