summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-20 17:31:32 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-20 17:31:32 +0000
commit8300e1299116ed89ae81609d453756cfeb4084d3 (patch)
tree45c6ae15e26556fe46c8ded9e418eded7a60a957
parentd3d3fd62fa7f393e2949b4e00e895a26898c381d (diff)
downloadbcm5719-llvm-8300e1299116ed89ae81609d453756cfeb4084d3.tar.gz
bcm5719-llvm-8300e1299116ed89ae81609d453756cfeb4084d3.zip
Give this X86-specific test a triple so it's actually X86-specific.
llvm-svn: 184443
-rw-r--r--llvm/test/DebugInfo/X86/parameters.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/parameters.ll b/llvm/test/DebugInfo/X86/parameters.ll
index e83f1146493..6834f4b0d20 100644
--- a/llvm/test/DebugInfo/X86/parameters.ll
+++ b/llvm/test/DebugInfo/X86/parameters.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
;
-; RUN: llc -O0 -filetype=obj < %s > %t
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Test case derived from compiling the following source with clang -g:
OpenPOWER on IntegriCloud