Adding the triple for test comitted with r278703.

llvm-svn: 278755
This commit is contained in:
Wolfgang Pieb 2016-08-15 22:39:39 +00:00
parent 5086417e9f
commit 12cd6ddef3
1 changed files with 2 additions and 1 deletions

View File

@ -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;