summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-11-04 20:20:34 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-11-04 20:20:34 +0000
commitaa257278ee8e61a9fa3fc316fe73fa7c2ee2da57 (patch)
tree903bee2bf9b3a422fa99b7db35c6280b59811d2c
parent7b1dd9aaf10e5e7db2c29c7e4cf187b0dff6304e (diff)
downloadllvm-aa257278ee8e61a9fa3fc316fe73fa7c2ee2da57.tar.gz
llvm-aa257278ee8e61a9fa3fc316fe73fa7c2ee2da57.tar.bz2
llvm-aa257278ee8e61a9fa3fc316fe73fa7c2ee2da57.tar.xz
Add triple to test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143735 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/DebugInfo/pr11300.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/pr11300.ll b/test/DebugInfo/pr11300.ll
index ed8be6bd13..8df2b46224 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.