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 | f95485a69ef689d769fb197e65683d848c7dde43 (patch) | |
| tree | 3a7d0b60d01d19a7e218f6566fb1ae945a50861d /llvm/test/DebugInfo | |
| parent | ec537a24eb9b97549dff3739bbaf249221d85f09 (diff) | |
| download | bcm5719-llvm-f95485a69ef689d769fb197e65683d848c7dde43.tar.gz bcm5719-llvm-f95485a69ef689d769fb197e65683d848c7dde43.zip | |
Give the test from r181632 a target triple.
llvm-svn: 181637
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/X86/template.ll (renamed from llvm/test/DebugInfo/template.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/template.ll b/llvm/test/DebugInfo/X86/template.ll index 47173550c68..817bdc9cf70 100644 --- a/llvm/test/DebugInfo/template.ll +++ b/llvm/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: |

