[llvm-commits] [llvm] r132458 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/2011-06-01-fildll.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Jun 2 11:34:01 PDT 2011
On Jun 2, 2011, at 8:57 AM, Stuart Hastings wrote:
> +; RUN: llc %s -march=x86
I think you meant:
> RUN: llc < %s -march=x86 | FileCheck %s
Without the stdin redirection, llc writes .s files to the test source directory.
/jakob
More information about the llvm-commits
mailing list