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

Side by Side Diff: native_client_sdk/src/doc/devguide/devcycle/building.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 .. _devcycle-building: 1 .. _devcycle-building:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ######## 5 ########
4 Building 6 Building
5 ######## 7 ########
6 8
7 .. contents:: Table Of Contents 9 .. contents:: Table Of Contents
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 2 12 :depth: 2
11 13
12 Introduction 14 Introduction
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 Function foo has disallowed type: i128 (i128) 716 Function foo has disallowed type: i128 (i128)
715 LLVM ERROR: PNaCl ABI verification failed 717 LLVM ERROR: PNaCl ABI verification failed
716 718
717 When faced with a PNaCl ABI verification error, check the list of features 719 When faced with a PNaCl ABI verification error, check the list of features
718 that are :ref:`not supported by PNaCl <when-to-use-nacl>`. 720 that are :ref:`not supported by PNaCl <when-to-use-nacl>`.
719 If the problem you face is not listed as restricted, 721 If the problem you face is not listed as restricted,
720 :ref:`let us know <help>`! 722 :ref:`let us know <help>`!
721 723
722 .. _glibc: http://www.gnu.org/software/libc/ 724 .. _glibc: http://www.gnu.org/software/libc/
723 .. _newlib: http://sourceware.org/newlib/ 725 .. _newlib: http://sourceware.org/newlib/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698