From: Pawel Wodnicki Date: Wed, 7 Nov 2012 16:56:52 +0000 (+0000) Subject: fix for PR1476 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3a0a73eb7dffe966846738406ec592f0e38882;p=platform%2Fupstream%2Fllvm.git fix for PR1476 llvm-svn: 167535 --- diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index ae2643f..0a8342d 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -218,11 +218,11 @@ you can run the LLVM and Clang tests simultaneously using:

To run individual tests or subsets of tests, you can use the 'llvm-lit' script which is built as part of LLVM. For example, to run the -'Integer/BitCast.ll' test by itself you can run:

+'Integer/BitPacked.ll' test by itself you can run:

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