summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-05-10 22:14:39 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-05-10 22:14:39 +0000
commitacd1d031b84e76f6fbb35601b337359cab436022 (patch)
treec03559d95d40a06e6dfe9b463200ad5e02cba851 /test/DebugInfo
parent4de9d72883eebe4e86bffdaad89483dfe822e2a5 (diff)
downloadllvm-acd1d031b84e76f6fbb35601b337359cab436022.tar.gz
llvm-acd1d031b84e76f6fbb35601b337359cab436022.tar.bz2
llvm-acd1d031b84e76f6fbb35601b337359cab436022.tar.xz
Give the test from r181632 a target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/template.ll (renamed from test/DebugInfo/template.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/template.ll b/test/DebugInfo/X86/template.ll
index 47173550c6..817bdc9cf7 100644
--- a/test/DebugInfo/template.ll
+++ b/test/DebugInfo/X86/template.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: llc -O0 -filetype=obj < %s > %t
+; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; IR generated with `clang++ -g -emit-llvm -S` from the following code: