mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix common typos in the docs.
llvm-svn: 193632
This commit is contained in:
parent
3e081640d5
commit
76237a9923
@ -21,7 +21,7 @@ on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
|
|||||||
#. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
|
#. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
|
||||||
please use ``gold`` rather then GNU ``ld``.
|
please use ``gold`` rather then GNU ``ld``.
|
||||||
Building LLVM/Clang with ``--enable-optimized``
|
Building LLVM/Clang with ``--enable-optimized``
|
||||||
is prefered since it consumes less memory. Otherwise, the building
|
is preferred since it consumes less memory. Otherwise, the building
|
||||||
process will very likely fail due to insufficient memory. In any
|
process will very likely fail due to insufficient memory. In any
|
||||||
case it is probably a good idea to set up a swap partition.
|
case it is probably a good idea to set up a swap partition.
|
||||||
|
|
||||||
|
@ -8818,7 +8818,7 @@ level without an intrinsic, one would need to create additional basic blocks to
|
|||||||
handle the success/failure cases. This makes it difficult to stop the stack
|
handle the success/failure cases. This makes it difficult to stop the stack
|
||||||
protector check from disrupting sibling tail calls in Codegen. With this
|
protector check from disrupting sibling tail calls in Codegen. With this
|
||||||
intrinsic, we are able to generate the stack protector basic blocks late in
|
intrinsic, we are able to generate the stack protector basic blocks late in
|
||||||
codegen after the tail call decision has occured.
|
codegen after the tail call decision has occurred.
|
||||||
|
|
||||||
'``llvm.objectsize``' Intrinsic
|
'``llvm.objectsize``' Intrinsic
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -295,7 +295,7 @@ Subprogram descriptors
|
|||||||
i32, ;; Index into a virtual function
|
i32, ;; Index into a virtual function
|
||||||
metadata, ;; indicates which base type contains the vtable pointer for the
|
metadata, ;; indicates which base type contains the vtable pointer for the
|
||||||
;; derived class
|
;; derived class
|
||||||
i32, ;; Flags - Artifical, Private, Protected, Explicit, Prototyped.
|
i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
|
||||||
i1, ;; isOptimized
|
i1, ;; isOptimized
|
||||||
Function * , ;; Pointer to LLVM function
|
Function * , ;; Pointer to LLVM function
|
||||||
metadata, ;; Lists function template parameters
|
metadata, ;; Lists function template parameters
|
||||||
|
@ -38,7 +38,7 @@ Here's a sample COFF file.
|
|||||||
ComplexType: IMAGE_SYM_DTYPE_NULL # (0)
|
ComplexType: IMAGE_SYM_DTYPE_NULL # (0)
|
||||||
StorageClass: IMAGE_SYM_CLASS_STATIC # (3)
|
StorageClass: IMAGE_SYM_CLASS_STATIC # (3)
|
||||||
NumberOfAuxSymbols: 1
|
NumberOfAuxSymbols: 1
|
||||||
AuxillaryData:
|
AuxiliaryData:
|
||||||
"\x24\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00" # |$.................|
|
"\x24\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00" # |$.................|
|
||||||
|
|
||||||
- Name: _main
|
- Name: _main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user