mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[LangRef] Add link to opaque pointers
Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D103981
This commit is contained in:
parent
b3363eeab8
commit
308bc0d686
@ -3320,10 +3320,12 @@ are target-specific.
|
||||
Note that LLVM does not permit pointers to void (``void*``) nor does it
|
||||
permit pointers to labels (``label*``). Use ``i8*`` instead.
|
||||
|
||||
LLVM is in the process of transitioning to opaque pointers. Opaque pointers do
|
||||
not have a pointee type. Rather, instructions interacting through pointers
|
||||
specify the type of the underlying memory they are interacting with. Opaque
|
||||
pointers are still in the process of being worked on and are not complete.
|
||||
LLVM is in the process of transitioning to
|
||||
`opaque pointers <OpaquePointers.html#opaque-pointers>`_.
|
||||
Opaque pointers do not have a pointee type. Rather, instructions
|
||||
interacting through pointers specify the type of the underlying memory
|
||||
they are interacting with. Opaque pointers are still in the process of
|
||||
being worked on and are not complete.
|
||||
|
||||
:Syntax:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user