[LLVMbugs] [Bug 14276] New: Example for running individual test with llvm-lit uses BitCast.ll, which was removed in r133244

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 6 17:03:49 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14276

             Bug #: 14276
           Summary: Example for running individual test with llvm-lit uses
                    BitCast.ll, which was removed in r133244
           Product: Documentation
           Version: trunk
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: flash at pobox.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


The example in http://llvm.org/docs/TestingGuide.html#quickregressiontests for
running an individual test is 

% llvm-lit ~/llvm/test/Integer/BitCast.ll 

but BitCast.ll was removed in r133244, with the comment that “…this isn't
pascal anymore.”  I’d suggest substituting BitPacked.ll, which works.  (I’d
also suggest replacing “~/llvm/…”, perhaps with just “llvm/…“, like a few lines
earlier.)

-- 
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