OLD | NEW |
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 Loading... |
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/ |
OLD | NEW |