summaryrefslogtreecommitdiff
path: root/llvm/docs/HowToBuildWindowsItaniumPrograms.rst
AgeCommit message (Collapse)Author
2025-11-15[llvm] Proofread *.rst (#168185)Kazu Hirata
This patch is limited to single-word replacements to fix spelling and/or grammar to ease the review process. Punctuation and markdown fixes are specifically excluded.
2025-11-08[llvm] Proofread *.rst (#167108)Kazu Hirata
This patch is limited to single-word replacements to fix spelling and/or grammar to ease the review process. Punctuation and markdown fixes are specifically excluded.
2024-11-04[cmake] Remove obsolete files, docs and CMake variables related to the ↵Louis Dionne
standalone build (#112741) The runtimes used to support a build mode called the "Standalone build", which isn't supported anymore (and hasn't been for a few years). However, various places in the code still contained stuff whose only purpose was to support that build mode, and some outdated documentation. This patch cleans that up (although I probably missed some). - Remove HandleOutOfTreeLLVM.cmake which isn't referenced anymore - Remove the LLVM_PATH CMake variable which isn't used anymore - Update some outdated documentation referencing standalone builds
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-08-28[llvm] Fix typos in documentation (NFC)Kazu Hirata
2021-03-09Reland: [Docs][Windows Itanium] Add a How-To document for Windows Itanium.Ben Dunbobbin
This is a basic How-To that describes: - What Windows Itanium is. - How to assemble a build environment. Differential Revision: https://reviews.llvm.org/D89518
2021-03-08Revert "[Docs][Windows Itanium] Add a How-To document for Windows Itanium."Ben Dunbobbin
This reverts commit 5a91d23ddfb2effd471b919241d1ef80bf1a4c9d. Markup was incorrect.
2021-03-08[Docs][Windows Itanium] Add a How-To document for Windows Itanium.Ben Dunbobbin
This is a basic How-To that describes: - What Windows Itanium is. - How to assemble a build environment. Differential Revision: https://reviews.llvm.org/D89518