[llvm-commits] [llvm] r169992 - in /llvm/trunk/docs: CMake.rst GarbageCollection.rst MakefileGuide.rst WritingAnLLVMBackend.rst WritingAnLLVMPass.html WritingAnLLVMPass.rst subsystems.rst userguides.rst

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 13 05:20:16 PST 2012


On Thu, Dec 13, 2012 at 2:45 PM, Simon Atanasyan <satanasyan at mips.com> wrote:
> Hi,
>
> On Wed, Dec 12, 2012 at 9:02 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> Author: gribozavr
>> Date: Wed Dec 12 11:02:44 2012
>> New Revision: 169992
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=169992&view=rev
>> Log:
>> Documentation: convert WritingAnLLVMPass.html to reST.
>>
>> Patch by Anthony Mykhailenko with small fixes by me.
>>
>> Added:
>>     llvm/trunk/docs/WritingAnLLVMPass.rst
>> Removed:
>>     llvm/trunk/docs/WritingAnLLVMPass.html
>
> After that commit "make install" command failed. docs/Makefile
> contains "install-html" target which is executed as a part of "make
> install". This target attempts to pack all html files into tar-ball
> and failed because there are no such files.

Does r170029 fix this for you?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list