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 | 1b0a9494823e57bec2374bd9f7e040a7356cc2ae (patch) | |
tree | 474d843a7516a59f34b485f96c950c4c73e882f4 /llvm/docs | |
parent | 37e9adb091199e9c6cfb9af7b7f0088eda428446 (diff) | |
download | bcm5719-llvm-1b0a9494823e57bec2374bd9f7e040a7356cc2ae.tar.gz bcm5719-llvm-1b0a9494823e57bec2374bd9f7e040a7356cc2ae.zip |
[docs] Add link to Microsoft PE/COFF Spec.
llvm-svn: 183562
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index bb2443614ab..44e07b0330c 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/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 ===== |