From a13d4ca525f01a71905c6353fe70f717c76d8cc4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 4 Nov 2011 20:20:34 +0000 Subject: [PATCH] Add triple to test. llvm-svn: 143735 --- test/DebugInfo/pr11300.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/pr11300.ll b/test/DebugInfo/pr11300.ll index ed8be6bd13c..8df2b46224f 100644 --- a/test/DebugInfo/pr11300.ll +++ b/test/DebugInfo/pr11300.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o %t -filetype=obj +; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llvm-dwarfdump %t | FileCheck %s ; test that the DW_AT_specification is a back edge in the file.