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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to