Details
Diff Detail
Event Timeline
docs/GettingStarted.rst | ||
---|---|---|
715 | This variable is already mentioned above. | |
721 | Probably, we should specifiy that this is a semicolon-separated list of strings. | |
722 | s/equivolent/equivalent | |
730 | s/nad/and | |
735 | s/nad/and | |
876 | I feel like example will be better. $ cd llvm_build_dir $ find lib/Support/ -name APFloat* lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o |
docs/BuildingLLVMWithAutotools.rst | ||
---|---|---|
3 | Update the page name? | |
298 | Please fix | |
docs/GettingStarted.rst | ||
73 | make-compatible | |
76 | Probably you should add "." or ";" at the end of bullets. | |
88 | FTR existing LLVM CMake page uses ON/OFF instead of Yes/No | |
161–162 | See above. Specify -DBUILD_SHARED_LIBS=ON? | |
698 | "are passed to CMake"? | |
724 | The order of sentences is weird. LLVM_ALL_TARGETS refers to all, and sentence about list format should be either at the very beginning, or at the end. | |
725 | s/semi-colon/semicolon | |
729 | I'd shorten it to "Build doxygen-based documentation from the source code. ..." | |
734 | Ditto - I'd shorten it to "Build sphinx-based documentation from the source code. ..." | |
744 | Do you really need to specify all the list items here? I'm pretty sure it will soon get out of date. | |
823–824 | I think you need a comma before "this" | |
824 | ... generate a directory `OBJ_ROOT/docs/html` with HTML documentation. | |
837 | "a Mac" -> "Mac OS X" ? | |
838 | why not just "latest Xcode"? |
Update the page name?