[PATCH] D92019: [XCore][docs] Fix XCore compiler writer documentation links.
Nigel Perks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 03:24:25 PST 2020
nigelp-xmos created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
nigelp-xmos requested review of this revision.
Fix links to XMOS website. Add link for XS2 architecture.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92019
Files:
llvm/docs/CompilerWriterInfo.rst
Index: llvm/docs/CompilerWriterInfo.rst
===================================================================
--- llvm/docs/CompilerWriterInfo.rst
+++ llvm/docs/CompilerWriterInfo.rst
@@ -131,8 +131,9 @@
XCore
-----
-* `The XMOS XS1 Architecture (ISA) <https://www.xmos.com/en/download/public/The-XMOS-XS1-Architecture%28X7879A%29.pdf>`_
-* `Tools Development Guide (includes ABI) <https://www.xmos.com/download/public/Tools-Development-Guide%28X9114A%29.pdf>`_
+* `The XMOS XS1 Architecture (ISA) <https://www.xmos.ai/download/The-XMOS-XS1-Architecture%281.0%29.pdf>`_
+* `The XMOS XS2 Architecture (ISA) <https://www.xmos.ai/download/xCORE-200:-The-XMOS-XS2-Architecture-%28ISA%29%281.1%29.pdf>`_
+* `Tools Development Guide (includes ABI) <https://www.xmos.ai/download/Tools-Development-Guide%282.1%29.pdf>`_
Hexagon
-------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92019.307302.patch
Type: text/x-patch
Size: 834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201124/08371bcb/attachment.bin>
More information about the llvm-commits
mailing list