[llvm-branch-commits] [llvm] 776bb71 - [XCore][docs] Fix XCore compiler writer documentation links.

J. Ryan Stinnett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 8 04:31:42 PST 2020


Author: Nigel Perks
Date: 2020-12-08T12:21:09Z
New Revision: 776bb71d88e48a77fc6788324d30bbc63581d6a9

URL: https://github.com/llvm/llvm-project/commit/776bb71d88e48a77fc6788324d30bbc63581d6a9
DIFF: https://github.com/llvm/llvm-project/commit/776bb71d88e48a77fc6788324d30bbc63581d6a9.diff

LOG: [XCore][docs] Fix XCore compiler writer documentation links.

Fix links to XMOS website. Add link for XS2 architecture.

Reviewed By: jryans

Differential Revision: https://reviews.llvm.org/D92019

Added: 
    

Modified: 
    llvm/docs/CompilerWriterInfo.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst
index 55c2b92e4931..9184b852539d 100644
--- a/llvm/docs/CompilerWriterInfo.rst
+++ b/llvm/docs/CompilerWriterInfo.rst
@@ -131,8 +131,9 @@ X86
 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
 -------


        


More information about the llvm-branch-commits mailing list