From acd1d031b84e76f6fbb35601b337359cab436022 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 10 May 2013 22:14:39 +0000 Subject: [PATCH] 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 --- test/DebugInfo/{ => X86}/template.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/DebugInfo/{ => X86}/template.ll (98%) diff --git a/test/DebugInfo/template.ll b/test/DebugInfo/X86/template.ll similarity index 98% rename from test/DebugInfo/template.ll rename to test/DebugInfo/X86/template.ll index 47173550c68..817bdc9cf70 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: -- 2.34.1