Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
| docs/GettingStarted.rst | ||
|---|---|---|
| 715 ↗ | (On Diff #21149) | This variable is already mentioned above. |
| 721 ↗ | (On Diff #21149) | Probably, we should specifiy that this is a semicolon-separated list of strings. |
| 722 ↗ | (On Diff #21149) | s/equivolent/equivalent |
| 730 ↗ | (On Diff #21149) | s/nad/and |
| 735 ↗ | (On Diff #21149) | s/nad/and |
| 876 ↗ | (On Diff #21149) | 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 | ||
|---|---|---|
| 2 ↗ | (On Diff #21632) | Update the page name? |
| 298 ↗ | (On Diff #21632) | Please fix |
| docs/GettingStarted.rst | ||
| 73 ↗ | (On Diff #21632) | make-compatible |
| 76 ↗ | (On Diff #21632) | Probably you should add "." or ";" at the end of bullets. |
| 88 ↗ | (On Diff #21632) | FTR existing LLVM CMake page uses ON/OFF instead of Yes/No |
| 161 ↗ | (On Diff #21632) | See above. Specify -DBUILD_SHARED_LIBS=ON? |
| 698 ↗ | (On Diff #21632) | "are passed to CMake"? |
| 724 ↗ | (On Diff #21632) | 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 ↗ | (On Diff #21632) | s/semi-colon/semicolon |
| 729 ↗ | (On Diff #21632) | I'd shorten it to "Build doxygen-based documentation from the source code. ..." |
| 734 ↗ | (On Diff #21632) | Ditto - I'd shorten it to "Build sphinx-based documentation from the source code. ..." |
| 744 ↗ | (On Diff #21632) | Do you really need to specify all the list items here? I'm pretty sure it will soon get out of date. |
| 837 ↗ | (On Diff #21632) | I think you need a comma before "this" |
| 838 ↗ | (On Diff #21632) | ... generate a directory `OBJ_ROOT/docs/html` with HTML documentation. |
| 851 ↗ | (On Diff #21632) | "a Mac" -> "Mac OS X" ? |
| 852 ↗ | (On Diff #21632) | why not just "latest Xcode"? |