summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-10 23:14:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-10 23:14:29 +0000
commit88a5fb8f8fac1f6b4b5a3895d38e867f55ae041a (patch)
tree071ebcb40bc936f2e30f2d60b90e601bca066b47 /test/DebugInfo
parent87380b605e07681d8dfa6183c284c47a6710915a (diff)
downloadllvm-88a5fb8f8fac1f6b4b5a3895d38e867f55ae041a.tar.gz
llvm-88a5fb8f8fac1f6b4b5a3895d38e867f55ae041a.tar.bz2
llvm-88a5fb8f8fac1f6b4b5a3895d38e867f55ae041a.tar.xz
Add triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/debug_frame.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/debug_frame.ll b/test/DebugInfo/debug_frame.ll
index d267ad6e7d..d273d73537 100644
--- a/test/DebugInfo/debug_frame.ll
+++ b/test/DebugInfo/debug_frame.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - | FileCheck %s
+; RUN: llc %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s
; Test that we produce a .debug_frame, not an .eh_frame