[llvm] r184443 - Give this X86-specific test a triple so it's actually X86-specific.
David Blaikie
dblaikie at gmail.com
Thu Jun 20 10:31:33 PDT 2013
Author: dblaikie
Date: Thu Jun 20 12:31:32 2013
New Revision: 184443
URL: http://llvm.org/viewvc/llvm-project?rev=184443&view=rev
Log:
Give this X86-specific test a triple so it's actually X86-specific.
Modified:
llvm/trunk/test/DebugInfo/X86/parameters.ll
Modified: llvm/trunk/test/DebugInfo/X86/parameters.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/parameters.ll?rev=184443&r1=184442&r2=184443&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/parameters.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/parameters.ll Thu Jun 20 12:31:32 2013
@@ -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:
More information about the llvm-commits
mailing list