From d259f36ac60e6a858c566a64712791b742acc1fd Mon Sep 17 00:00:00 2001 From: Ushitora Anqou Date: Mon, 3 May 2021 21:33:42 +0900 Subject: [PATCH] update --- main.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.asciidoc b/main.asciidoc index 197afca..90f976a 100644 --- a/main.asciidoc +++ b/main.asciidoc @@ -23,7 +23,10 @@ AsciiDocのコメントを用いて文中にFIXMEを仕込む。 この文書はGitによって管理されています。 https://github.com/ushitora-anqou/write-your-llvm-backend[リポジトリはGitHubにて 公開しています]。同じリポジトリで、この文書を書くにあたってベースとしている -メモ(https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv32kv1.html[RV32Kv1]・https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv16kv2.html[RV16Kv2]・https://ushitora-anqou.github.io/write-your-llvm-backend/draft-cahpv3.html[CAHPv3])を読むことができます。 +メモ( +https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv32kv1.html[RV32Kv1]・ +https://ushitora-anqou.github.io/write-your-llvm-backend/draft-rv16kv2.html[RV16Kv2]・ +https://ushitora-anqou.github.io/write-your-llvm-backend/draft-cahpv3.html[CAHPv3])を読むことができます。 この文書に(おおよそ)則って開発されたLLVMバックエンドのソースコードを https://github.com/virtualsecureplatform/llvm-cahp[GitHubリポジトリにて公開しています]。