This commit is contained in:
Ushitora Anqou 2021-05-03 21:33:42 +09:00
parent 0e6001247a
commit d259f36ac6

View File

@ -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リポジトリにて公開しています]。