Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html

Issue 181573005: NaCl docs: update version information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
diff --git a/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html b/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
index d1eff91e0bbedb9cea24d80232a99469bc1be749..8daa0a6dc423d146c68b16494ffb99ebbb69f2f5 100644
--- a/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
+++ b/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
@@ -59,11 +59,11 @@
the bitcode on a <em>semantic</em> level; the physical encoding level will be described
elsewhere. For the purpose of this document, the textual form of LLVM IR is
used to describe instructions and other bitcode constructs.</p>
-<p>Since the PNaCl bitcode is based to a large extent on LLVM IR, many sections
-in this document point to a relevant section of the LLVM language reference
-manual. Only the changes, restrictions and variations specific to PNaCl are
-described&#8212;full semantic descriptions are not duplicated from the LLVM
-reference manual.</p>
+<p>Since the PNaCl bitcode is based to a large extent on LLVM IR as of
+version 3.3, many sections in this document point to a relevant section
+of the LLVM language reference manual. Only the changes, restrictions
+and variations specific to PNaCl are described&#8212;full semantic
+descriptions are not duplicated from the LLVM reference manual.</p>
</section><section id="high-level-structure">
<h2 id="high-level-structure">High Level Structure</h2>
<p>A PNaCl portable executable (<strong>pexe</strong> in short) is a single LLVM IR module.</p>
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698