Skip to content

Commit

Permalink
[docs] Mention LLVMContext::setOpaquePointers for C++ API
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jun 2, 2022
1 parent 1350c98 commit dfa9221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/docs/OpaquePointers.rst
Expand Up @@ -192,7 +192,8 @@ Additionally, it will no longer be possible to call ``LLVMGetElementType()``
on a pointer type.

It is possible to control whether opaque pointers are used (if you want to
override the default) using the ``LLVMContextSetOpaquePointers()`` API.
override the default) using ``LLVMContext::setOpaquePointers`` or
``LLVMContextSetOpaquePointers()``.

Transition State
================
Expand Down

0 comments on commit dfa9221

Please sign in to comment.