From 88d794c62860279f48489152c114191f066cc44c Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 2 Dec 2010 23:29:58 +0000 Subject: Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. llvm-svn: 120750 --- llvm/test/CodeGen/X86/unknown-location.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/unknown-location.ll') 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 -- cgit v1.2.3