diff options
author | Rui Ueyama <ruiu@google.com> | 2013-06-07 20:30:27 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-06-07 20:30:27 +0000 |
commit | 8b0f77bb96353bf43c3bb0ad6fba8911eacc9989 (patch) | |
tree | 8bee32b0cee5dd2fc57265df380d2abefc310eca /docs | |
parent | b5632b5b456db647b42239cbd4d8b58c82290c4e (diff) | |
download | external_llvm-8b0f77bb96353bf43c3bb0ad6fba8911eacc9989.zip external_llvm-8b0f77bb96353bf43c3bb0ad6fba8911eacc9989.tar.gz external_llvm-8b0f77bb96353bf43c3bb0ad6fba8911eacc9989.tar.bz2 |
[docs] Add link to Microsoft PE/COFF Spec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CompilerWriterInfo.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index bb24436..44e07b0 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -120,6 +120,11 @@ OS X * `Mach-O Runtime Architecture <http://developer.apple.com/documentation/Darwin/RuntimeArchitecture-date.html>`_ * `Notes on Mach-O ABI <http://www.unsanity.org/archives/000044.php>`_ +Windows +------- + +* `Microsoft PE/COFF Specification <http://www.microsoft.com/whdc/system/platform/firmware/pecoff.mspx>`_ + NVPTX ===== |