OSDN Git Service

Give the test from r181632 a target triple.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 22:14:39 +0000 (22:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 22:14:39 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181637 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/template.ll [moved from test/DebugInfo/template.ll with 98% similarity]

similarity index 98%
rename from test/DebugInfo/template.ll
rename to test/DebugInfo/X86/template.ll
index 4717355..817bdc9 100644 (file)
@@ -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: