[llvm-commits] [PATCH] Convert WritingAnLLVMBackend.html to reST
Dmitri Gribenko
gribozavr at gmail.com
Fri Nov 30 16:11:42 PST 2012
On Sat, Dec 1, 2012 at 2:07 AM, Sean Silva <silvas at purdue.edu> wrote:
> Hi Dmitri, sorry for the review latency. This LGTM.
No problem, I understand that this is a huge 80 kb page. Thank you
for the review!
> A word of warning though if you decide to take on LangRef: there are
> some constructs in langref that are more difficult to convert than I
> expected, so I would recommend making a docs/LangRef/ directory and
> incrementally converting each part into its own file, then once
> everything has been converted, the HTML version can be replaced with
> reST which just links the subdirectory into its toctree.
Yes, I agree that an incremental approach would be better...
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