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

Side by Side Diff: native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 .. include:: /migration/deprecation.inc
2
1 =============================== 3 ===============================
2 Contents Of PNaCl Bitcode Files 4 Contents Of PNaCl Bitcode Files
3 =============================== 5 ===============================
4 6
5 .. contents:: 7 .. contents::
6 :local: 8 :local:
7 :backlinks: none 9 :backlinks: none
8 :depth: 3 10 :depth: 3
9 11
10 12
(...skipping 6073 matching lines...) Expand 10 before | Expand all | Expand 10 after
6084 *BLOCKINFO* block. Records *SETBID* and *DEFINE_ABBREV* are the only records 6086 *BLOCKINFO* block. Records *SETBID* and *DEFINE_ABBREV* are the only records
6085 allowed in PNaCl's abbreviation block (i.e. it doesn't allow *BLOCKNAME* and 6087 allowed in PNaCl's abbreviation block (i.e. it doesn't allow *BLOCKNAME* and
6086 *SETRECORDNAME* records). 6088 *SETRECORDNAME* records).
6087 6089
6088 TODO 6090 TODO
6089 ---- 6091 ----
6090 6092
6091 Extend this document to describe PNaCl's bitcode bit sequencer 6093 Extend this document to describe PNaCl's bitcode bit sequencer
6092 without requiring the reader to refer to `LLVM's bitcode file 6094 without requiring the reader to refer to `LLVM's bitcode file
6093 format <http://llvm.org/docs/BitCodeFormat.html>`_. 6095 format <http://llvm.org/docs/BitCodeFormat.html>`_.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698