[LLVMbugs] [Bug 4987] New: RUN: line parsing bug
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 15 11:21:21 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4987
Summary: RUN: line parsing bug
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DejaGNU
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
At least with testrunner.sh in llvm, This run line was parsed wrong:
; RUN: llc < %s -march=x86-64 -O0| FileCheck %s --check-prefix=X64
It was passing --check-prefix= and other stuff to llc. Putting a space before
the | fixed it.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list