diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-05-10 22:14:39 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-05-10 22:14:39 +0000 |
commit | acd1d031b84e76f6fbb35601b337359cab436022 (patch) | |
tree | c03559d95d40a06e6dfe9b463200ad5e02cba851 /test | |
parent | 4de9d72883eebe4e86bffdaad89483dfe822e2a5 (diff) | |
download | external_llvm-acd1d031b84e76f6fbb35601b337359cab436022.zip external_llvm-acd1d031b84e76f6fbb35601b337359cab436022.tar.gz external_llvm-acd1d031b84e76f6fbb35601b337359cab436022.tar.bz2 |
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')
-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 4717355..817bdc9 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: |