From 1029e9ca383215d08befc8ba7c075b45d3286ddf Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Sun, 25 Jan 2015 16:20:30 +0000 Subject: [PATCH] [docs] Add link to the MIPS 64-bit ELF object file specification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227050 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerWriterInfo.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index a012c329541..2dfdc9b142d 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -41,6 +41,8 @@ MIPS * `MIPS Processor Architecture `_ +* `MIPS 64-bit ELF Object File Specification `_ + PowerPC -------