[llvm] r214982 - Add a triple to this test to get the right IR mangling

Reid Kleckner reid at kleckner.net
Wed Aug 6 11:09:16 PDT 2014


Author: rnk
Date: Wed Aug  6 13:09:15 2014
New Revision: 214982

URL: http://llvm.org/viewvc/llvm-project?rev=214982&view=rev
Log:
Add a triple to this test to get the right IR mangling

Modified:
    llvm/trunk/test/CodeGen/X86/byval-callee-cleanup.ll

Modified: llvm/trunk/test/CodeGen/X86/byval-callee-cleanup.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/byval-callee-cleanup.ll?rev=214982&r1=214981&r2=214982&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/byval-callee-cleanup.ll (original)
+++ llvm/trunk/test/CodeGen/X86/byval-callee-cleanup.ll Wed Aug  6 13:09:15 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-win32 | FileCheck %s
 
 ; Previously we would forget to align to stack slot alignment after placing a
 ; byval argument.  Subsequent arguments would align themselves, but if it was





More information about the llvm-commits mailing list