[PATCH] D89518: [windows-itanium] Add Windows Itanium How-To Guide

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 17:30:10 PST 2021


smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.

Sorry for the delay here. This looks good; thank you!



================
Comment at: llvm/docs/HowToBuildWindowsItaniumPrograms.rst:45
+A reasonable work-around is to build clang with a windows-msvc default target and
+then override the triple with e.g. "-Xclang -triple -Xclang x86_64-unknown-windows-itanium".
+The linker can be specified with: "-fuse-ld=lld".
----------------
Why this instead of directly using `-target x86_64-unknown-windows-itanium`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89518/new/

https://reviews.llvm.org/D89518



More information about the llvm-commits mailing list