From 12cd6ddef308f6c5c3220600379caa54ddbe3974 Mon Sep 17 00:00:00 2001 From: Wolfgang Pieb Date: Mon, 15 Aug 2016 22:39:39 +0000 Subject: [PATCH] Adding the triple for test comitted with r278703. llvm-svn: 278755 --- llvm/test/DebugInfo/X86/debug-loc-frame.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/X86/debug-loc-frame.ll b/llvm/test/DebugInfo/X86/debug-loc-frame.ll index 0462c6624d58..a4ab0cb01168 100644 --- a/llvm/test/DebugInfo/X86/debug-loc-frame.ll +++ b/llvm/test/DebugInfo/X86/debug-loc-frame.ll @@ -3,7 +3,8 @@ ; Check that when variables are allocated on the stack we generate debug locations ; for the stack location directly instead of generating a register+offset indirection. -; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra < %s | llvm-dwarfdump - | FileCheck %s +; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \ +; RUN: | llvm-dwarfdump - | FileCheck %s ; ; int data = 17; ; int sum = 0;